From 421db1dc9de9f1001d87c8edbcbad84d9ea9595a Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Tue, 10 Dec 2019 14:29:10 +0100 Subject: [PATCH] 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. --- alternator-test/test_expected.py | 1 - 1 file changed, 1 deletion(-) diff --git a/alternator-test/test_expected.py b/alternator-test/test_expected.py index acdc711301..6b23fd509f 100644 --- a/alternator-test/test_expected.py +++ b/alternator-test/test_expected.py @@ -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