Skip to content

Commit 9bc158a

Browse files
Skip integration test for watcher API (#2960) (#2962)
Co-authored-by: Josh Mock <joshua.mock@elastic.co>
1 parent 15ee53f commit 9bc158a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/test-builder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ const stackSkips = [
7676
'text_structure/10_basic.yml',
7777
// test definition bug: illegal_argument_exception
7878
'transform/10_basic.yml',
79+
// attempts to retrieve index.routing.allocation.include, which does not exist
80+
'watcher/10_basic.yml'
7981
]
8082

8183
const serverlessSkips = [

0 commit comments

Comments
 (0)