Skip to content

Commit 66a44db

Browse files
ci: Skip inference integration test (#79)
* Skip inference integration test * Skip query rules tests --------- Co-authored-by: Josh Mock <[email protected]>
1 parent 03d3815 commit 66a44db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/integration/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ const skips = {
7878
'entsearch/40_connector_secret.yml': ['*'],
7979
'entsearch/50_connector_updates.yml': ['*'],
8080
'entsearch/60_connector_updates_stack.yml': ['*'],
81+
// TODO: test currently times out
82+
'inference/10_basic.yml': ['*'],
83+
// TODO: query_rules api not available yet
84+
'query_rules/10_query_rules.yml': ['*'],
85+
'query_rules/20_rulesets.yml': ['*'],
8186
}
8287

8388
const shouldSkip = (file, name) => {

0 commit comments

Comments
 (0)