Skip to content

Commit

Permalink
remove the security_users from project suites since it is already in …
Browse files Browse the repository at this point in the history
…common
  • Loading branch information
dmlemeshko committed Jul 7, 2023
1 parent 1919970 commit 424f3c6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('serverless observability API', function () {
loadTestFile(require.resolve('./security_users'));
loadTestFile(require.resolve('./snapshot_telemetry'));
});
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('serverless search API', function () {
loadTestFile(require.resolve('./security_users'));
loadTestFile(require.resolve('./snapshot_telemetry'));
});
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('serverless security API', function () {
loadTestFile(require.resolve('./security_users'));
loadTestFile(require.resolve('./snapshot_telemetry'));
});
}

This file was deleted.

0 comments on commit 424f3c6

Please sign in to comment.