Skip to content

Commit

Permalink
[Security Solution] - enable running threat hunting investigations ap…
Browse files Browse the repository at this point in the history
…i integration tests in QA quality gate
  • Loading branch information
PhilippeOberti committed Nov 19, 2024
1 parent 755ef31 commit 208d8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContext } from '../../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('@ess @serverless SecuritySolution Saved Objects', () => {
describe('@ess @serverless @serverlessQA SecuritySolution Saved Objects', () => {
loadTestFile(require.resolve('./notes'));
loadTestFile(require.resolve('./pinned_events'));
loadTestFile(require.resolve('./timeline'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContextWithSpaces } from '../../../../ftr_provider_context_with_spaces';

export default function ({ loadTestFile }: FtrProviderContextWithSpaces) {
describe('@ess @serverless SecuritySolution Timeline', () => {
describe('@ess @serverless @serverlessQA SecuritySolution Timeline', () => {
loadTestFile(require.resolve('./events'));
loadTestFile(require.resolve('./timeline_details'));
loadTestFile(require.resolve('./timeline'));
Expand Down

0 comments on commit 208d8ad

Please sign in to comment.