From 0cb445f5c15fe249ba4eca36f9e1d133326ba3c5 Mon Sep 17 00:00:00 2001 From: Rick Boyd Date: Wed, 14 Sep 2022 17:05:15 -0400 Subject: [PATCH] re-enable security test --- it/test_security.py | 1 - 1 file changed, 1 deletion(-) diff --git a/it/test_security.py b/it/test_security.py index aff71130..25afbcef 100644 --- a/it/test_security.py +++ b/it/test_security.py @@ -25,7 +25,6 @@ def test_security_indexing(self, es_cluster, rally): ret = rally.race(track="elastic/security", challenge="security-indexing", track_params={"number_of_replicas": "0"}) assert ret == 0 - @pytest.mark.xfail(reason="index deletion bug under investigation") def test_security_indexing_querying(self, es_cluster, rally): ret = rally.race( track="elastic/security",