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 61e227d commit 5adde19Copy full SHA for 5adde19
test/integration/index.js
@@ -76,6 +76,8 @@ const skips = {
76
'query_rules/30_test.yml': ['*'],
77
// TODO: security.putRole API not available
78
'security/50_roles_serverless.yml': ['*'],
79
+ // TODO: expected undefined to equal 'some_table'
80
+ 'entsearch/50_connector_updates.yml': ['*'],
81
}
82
83
const shouldSkip = (file, name) => {
0 commit comments