alternator-test: remove XFAIL from set EQ test

With this series merged, test_update_expected_1_eq_set from
test_expected.py suite starts passing.
This commit is contained in:
Piotr Sarna
2019-12-10 14:29:10 +01:00
parent a8e45683cb
commit 421db1dc9d

View File

@@ -86,7 +86,6 @@ def test_update_expected_1_eq_true(test_table_s):
# Check that set equality is checked correctly. Unlike string equality (for
# example), it cannot be done with just naive string comparison of the JSON
# representation, and we need to allow for any order.
@pytest.mark.xfail(reason="bug in EQ test of sets")
def test_update_expected_1_eq_set(test_table_s):
p = random_string()
# Because boto3 sorts the set values we give it, in order to generate a