Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xfail test_deref_flattened_spec_not_recursive_specs test #220

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/spec/Spec/deref_flattened_spec_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
import pytest
from six import iterkeys
from six import itervalues

Expand Down Expand Up @@ -36,6 +37,7 @@ def _equivalent(spec, obj1, obj2):
return obj1 == obj2


@pytest.mark.xfail(reason='Flaky test, issue #219')
def test_deref_flattened_spec_not_recursive_specs(petstore_spec):
spec_dict = petstore_spec.spec_dict
deref_spec_dict = petstore_spec.deref_flattened_spec
Expand Down