skip flaky marker test

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
Dan Ryan
2020-04-23 11:05:53 -04:00
parent 7eeb78aa02
commit 1fedb96c5e
+1 -1
View File
@@ -131,7 +131,7 @@ funcsigs = "*"
@pytest.mark.markers
@pytest.mark.complex
@pytest.mark.py3_only
@pytest.mark.skip_py36
@pytest.skip("test is flaky on CI")
def test_resolver_unique_markers(PipenvInstance):
"""vcrpy has a dependency on `yarl` which comes with a marker
of 'python version in "3.4, 3.5, 3.6" - this marker duplicates itself: