Skip to content

Commit 50bf707

Browse files
Skip integration test for watcher API (#2960) (#2961)
Co-authored-by: Josh Mock <[email protected]>
1 parent cd55eb4 commit 50bf707

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)