[CI] Move most tests from oss ciGroup2 to ciGroup11 (#130712)

This commit is contained in:
Brian Seeders 2022-04-20 15:23:31 -04:00 committed by GitHub
parent decb95b97a
commit d0643e0eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View file

@ -20,7 +20,7 @@ export default function (context: FtrProviderContext) {
const config = context.getService('config');
describe('Interactive setup APIs - Enrollment flow', function () {
this.tags(['skipCloud', 'ciGroup2']);
this.tags(['skipCloud', 'ciGroup11']);
let kibanaVerificationCode: string;
let elasticsearchCaFingerprint: string;

View file

@ -19,7 +19,7 @@ export default function (context: FtrProviderContext) {
const config = context.getService('config');
describe('Interactive setup APIs - Manual configuration flow', function () {
this.tags(['skipCloud', 'ciGroup2']);
this.tags(['skipCloud', 'ciGroup11']);
let kibanaVerificationCode: string;
let elasticsearchCaCertificate: string;

View file

@ -18,7 +18,7 @@ export default function (context: FtrProviderContext) {
const config = context.getService('config');
describe('Interactive setup APIs - Manual configuration flow without TLS', function () {
this.tags(['skipCloud', 'ciGroup2']);
this.tags(['skipCloud', 'ciGroup11']);
let kibanaVerificationCode: string;
before(async () => {