From a1f04bb71d137d632cd42db03bac8bb67dd51280790f81f33c50d11267327a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 09:58:40 +0000 Subject: [PATCH] - Skip flaky test in OBS: * test_changing_max_frame_size OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=12 --- python-h2.changes | 6 ++++++ python-h2.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-h2.changes b/python-h2.changes index b9488ce..74e25bc 100644 --- a/python-h2.changes +++ b/python-h2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 26 09:58:17 UTC 2019 - Tomáš Chvátal + +- Skip flaky test in OBS: + * test_changing_max_frame_size + ------------------------------------------------------------------- Fri Jul 19 08:59:56 UTC 2019 - Tomáš Chvátal diff --git a/python-h2.spec b/python-h2.spec index 9db6edf..7c31f50 100644 --- a/python-h2.spec +++ b/python-h2.spec @@ -58,7 +58,8 @@ your programming paradigm. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test_changing_max_frame_size - flaky in OBS +%pytest -k 'not test_changing_max_frame_size' %files %{python_files} %license LICENSE