mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[CI] Move most tests from oss ciGroup2 to ciGroup11 (#130712)
This commit is contained in:
parent
decb95b97a
commit
d0643e0eaa
18 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue