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 fba8bc4 commit 87fdff0Copy full SHA for 87fdff0
test/integration/index.js
@@ -70,6 +70,9 @@ const skips = {
70
'inference/10_basic.yml': ['*'],
71
// TODO: Fix: "Trained model deployment [test_model] is not allocated to any nodes"
72
'machine_learning/20_trained_model_serverless.yml': ['*'],
73
+ // TODO: query_rules api not available yet
74
+ 'query_rules/10_query_rules.yml': ['*'],
75
+ 'query_rules/20_rulesets.yml': ['*'],
76
}
77
78
const shouldSkip = (file, name) => {
0 commit comments