Skip to content

Commit 5e9a93c

Browse files
committed
Revert "move everything out of ciGroup2 for flaky test runner"
This reverts commit db86c3b
1 parent c77f036 commit 5e9a93c

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

x-pack/test/api_integration_basic/apis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('apis', function () {
11-
this.tags('ciGroup1');
11+
this.tags('ciGroup2');
1212

1313
loadTestFile(require.resolve('./ml'));
1414
loadTestFile(require.resolve('./transform'));

x-pack/test/case_api_integration/basic/tests/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../common/ftr_provider_context';
1010
export default ({ loadTestFile }: FtrProviderContext): void => {
1111
describe('case api basic', function () {
1212
// Fastest ciGroup for the moment.
13-
this.tags('ciGroup1');
13+
this.tags('ciGroup2');
1414

1515
loadTestFile(require.resolve('./cases/comments/delete_comment'));
1616
loadTestFile(require.resolve('./cases/comments/find_comments'));

x-pack/test/encrypted_saved_objects_api_integration/tests/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('encryptedSavedObjects', function encryptedSavedObjectsSuite() {
11-
this.tags('ciGroup1');
11+
this.tags('ciGroup2');
1212
loadTestFile(require.resolve('./encrypted_saved_objects_api'));
1313
});
1414
}

x-pack/test/functional/apps/advanced_settings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
88

99
export default function advancedSettingsApp({ loadTestFile }: FtrProviderContext) {
1010
describe('Advanced Settings', function canvasAppTestSuite() {
11-
this.tags(['ciGroup1', 'skipFirefox']); // CI requires tags ヽ(゜Q。)ノ?
11+
this.tags(['ciGroup2', 'skipFirefox']); // CI requires tags ヽ(゜Q。)ノ?
1212
loadTestFile(require.resolve('./feature_controls/advanced_settings_security'));
1313
loadTestFile(require.resolve('./feature_controls/advanced_settings_spaces'));
1414
});

x-pack/test/functional/apps/api_keys/feature_controls/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('feature controls', function () {
11-
this.tags(['ciGroup1']);
11+
this.tags(['ciGroup2']);
1212

1313
loadTestFile(require.resolve('./api_keys_security'));
1414
});

x-pack/test/functional/apps/canvas/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function canvasApp({ loadTestFile, getService }) {
1919
await security.testUser.restoreDefaults();
2020
});
2121

22-
this.tags('ciGroup1'); // CI requires tags ヽ(゜Q。)ノ?
22+
this.tags('ciGroup2'); // CI requires tags ヽ(゜Q。)ノ?
2323
loadTestFile(require.resolve('./smoke_test'));
2424
loadTestFile(require.resolve('./expression'));
2525
loadTestFile(require.resolve('./filters'));

x-pack/test/functional/apps/cross_cluster_replication/feature_controls/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('feature controls', function () {
11-
this.tags(['ciGroup1']);
11+
this.tags(['ciGroup2']);
1212

1313
loadTestFile(require.resolve('./ccr_security'));
1414
});

x-pack/test/functional/apps/grok_debugger/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export default function ({ loadTestFile }) {
88
describe('logstash', function () {
9-
this.tags('ciGroup1');
9+
this.tags('ciGroup2');
1010

1111
loadTestFile(require.resolve('./grok_debugger'));
1212
});

x-pack/test/functional/apps/index_lifecycle_management/feature_controls/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('feature controls', function () {
11-
this.tags(['ciGroup1']);
11+
this.tags(['ciGroup2']);
1212

1313
loadTestFile(require.resolve('./ilm_security'));
1414
});

x-pack/test/functional/apps/index_management/feature_controls/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
88

99
export default function ({ loadTestFile }: FtrProviderContext) {
1010
describe('feature controls', function () {
11-
this.tags(['ciGroup1']);
11+
this.tags(['ciGroup2']);
1212

1313
loadTestFile(require.resolve('./index_management_security'));
1414
});

0 commit comments

Comments
 (0)