From e3205dc32aed02cb57ddb4e529ecf9d8aec9f1eb2503220d0fe4a3d5131f2cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 4 Dec 2019 09:27:23 +0000 Subject: [PATCH] - Skip one test that is flaky OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=20 --- python-h2.changes | 5 +++++ python-h2.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-h2.changes b/python-h2.changes index 4d6306d..294e09c 100644 --- a/python-h2.changes +++ b/python-h2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal + +- Skip one test that is flaky + ------------------------------------------------------------------- Thu Nov 14 06:57:45 UTC 2019 - Steve Kowalik diff --git a/python-h2.spec b/python-h2.spec index 20645b8..24a40f1 100644 --- a/python-h2.spec +++ b/python-h2.spec @@ -1,7 +1,7 @@ # # spec file for package python-h2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,7 +58,8 @@ your programming paradigm. %check # test_changing_max_frame_size - flaky in OBS -%pytest -k 'not test_changing_max_frame_size' +# test_range_of_acceptable_outputs -flaky in OBS +%pytest -k 'not (test_changing_max_frame_size or test_range_of_acceptable_outputs)' %files %{python_files} %license LICENSE