From 149d92b6f1e4f21c5943ace05a5c08f2bdd28c65 Mon Sep 17 00:00:00 2001 From: neza2017 Date: Fri, 26 Feb 2021 16:40:50 +0800 Subject: [PATCH] Skip test Signed-off-by: neza2017 --- tests/python/test_insert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/test_insert.py b/tests/python/test_insert.py index 8026a1fa5a..357bbd2293 100644 --- a/tests/python/test_insert.py +++ b/tests/python/test_insert.py @@ -831,6 +831,7 @@ class TestInsertMultiCollections: count = connect.count_entities(collection_name) assert count == default_nb + @pytest.mark.skip("r0.3-test") @pytest.mark.timeout(ADD_TIMEOUT) def test_drop_collection_insert_vector_another(self, connect, collection): '''