No more broken upstream tests, yay!

This commit is contained in:
Honza Král
2020-01-18 22:33:57 +00:00
parent abee9ae64e
commit c4d61b7bce
@@ -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",
)
)
}