From c1dcc7c88a5ee39aae894fb22b70f1011cb71e5a Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Mon, 15 Mar 2021 14:11:49 +0800 Subject: [PATCH] enable test_add_flush_multiable_times test Signed-off-by: cai.zhang --- tests/python_test/test_flush.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_test/test_flush.py b/tests/python_test/test_flush.py index 220ddfed8..470700a80 100644 --- a/tests/python_test/test_flush.py +++ b/tests/python_test/test_flush.py @@ -174,7 +174,8 @@ class TestFlushBase: assert res["row_count"] == nb_new # TODO ci failed - @pytest.mark.tags("fail") + # @pytest.mark.tags("fail") + @pytest.mark.tags("0331") def test_add_flush_multiable_times(self, connect, collection): ''' method: add entities, flush serveral times -- GitLab