We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ee53f commit 9bc158aCopy full SHA for 9bc158a
test/integration/test-builder.js
@@ -76,6 +76,8 @@ const stackSkips = [
76
'text_structure/10_basic.yml',
77
// test definition bug: illegal_argument_exception
78
'transform/10_basic.yml',
79
+ // attempts to retrieve index.routing.allocation.include, which does not exist
80
+ 'watcher/10_basic.yml'
81
]
82
83
const serverlessSkips = [
0 commit comments