Skip to content

Commit

Permalink
Move some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Sep 21, 2021
1 parent 60ff513 commit 4c1dc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/apm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('APM specs', function () {
this.tags('ciGroup6');
this.tags('ciGroup10');
loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./correlations'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/uptime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default ({ loadTestFile, getService }: FtrProviderContext) => {
const uptime = getService('uptime');

describe('Uptime app', function () {
this.tags('ciGroup6');
this.tags('ciGroup10');

beforeEach('delete settings', async () => {
await deleteUptimeSettingsObject(server);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

describe('When on the Synthetics Integration Policy Create Page', function () {
this.tags(['ciGroup6']);
this.tags(['ciGroup10']);
const basicConfig = {
name: monitorName,
apmServiceName: 'Sample APM Service',
Expand Down

0 comments on commit 4c1dc65

Please sign in to comment.