Skip to content

Commit

Permalink
temporally disable saved query integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Feb 4, 2025
1 parent 5e9a886 commit 904a73d
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 715 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { investigationFieldsField } from './investigation_fields';
import { dataSourceField } from './data_source';
import { alertSuppressionField } from './alert_suppression';
import { inlineQueryKqlQueryField } from './kql_query.inline_query';
import { savedQueryKqlQueryField } from './kql_query.saved_query';
// import { savedQueryKqlQueryField } from './kql_query.saved_query';
import { eqlQueryField } from './eql_query';
import { esqlQueryField } from './esql_query';
import { threatIndexField } from './threat_index';
Expand Down Expand Up @@ -85,7 +85,7 @@ export default (context: FtrProviderContext): void => {
inlineQueryKqlQueryField(context);

// Saved Query rule types
savedQueryKqlQueryField(context);
// savedQueryKqlQueryField(context);

// EQL rule type
eqlQueryField(context);
Expand Down
Loading

0 comments on commit 904a73d

Please sign in to comment.