From c4d61b7bce1d2f7bf6e3f423cf67054c38ae1604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sat, 18 Jan 2020 22:33:57 +0000 Subject: [PATCH] No more broken upstream tests, yay! --- test_elasticsearch/test_server/test_common.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test_elasticsearch/test_server/test_common.py b/test_elasticsearch/test_server/test_common.py index 5c9d477a..8f9fb754 100644 --- a/test_elasticsearch/test_server/test_common.py +++ b/test_elasticsearch/test_server/test_common.py @@ -32,19 +32,6 @@ SKIP_TESTS = { # upstream "*": set( ( - "TestBulk10Basic", - "TestCatSnapshots10Basic", - "TestClusterPutSettings10Basic", - "TestIndex10WithId", - "TestClusterPutScript10Basic", - "TestIndicesPutMapping10Basic", - "TestIndicesPutTemplate10Basic", - "TestMsearch10Basic", - # Skipping some broken integration tests: - "TestIndicesOpen10Basic", - "TestClusterRemoteInfo10Info", - "TestIndicesSplit10Basic", - "TestIndicesSplit20SourceMapping", ) ) }