Skip to content

Commit e1cd187

Browse files
authored
mute flaky tests (opensearch-project#130)
Signed-off-by: Anthony Leong <[email protected]>
1 parent e7d5d48 commit e1cd187

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/yamlRestTest/resources/rest-api-spec/test/_plugins.ubi/40_msearch_queries_with_ubi.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
- match: { responses.0.hits.total: 1}
6868
- match: { responses.1.hits.total: 1}
6969

70-
- do:
71-
indices.refresh:
72-
index: [ "ubi_queries" ]
73-
- do:
74-
count:
75-
index: ubi_queries
76-
77-
- match: { count: 2 }
70+
# - do:
71+
# indices.refresh:
72+
# index: [ "ubi_queries" ]
73+
# - do:
74+
# count:
75+
# index: ubi_queries
76+
77+
# - match: { count: 2 }

0 commit comments

Comments
 (0)