Skip to content

Commit

Permalink
[CI] Move most tests from oss ciGroup6 to ciGroup5 (#130709)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Apr 20, 2022
1 parent d0643e0 commit 5beae64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
// TODO: Remove when vislib is removed
// https://github.com/elastic/kibana/issues/56143
describe('new charts library', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');

before(async () => {
await loadLogstash();
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/getting_started/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');

describe('Getting Started ', function () {
this.tags(['ciGroup6']);
this.tags(['ciGroup5']);

before(async function () {
await browser.setWindowSize(1200, 800);
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function ({ getService, loadTestFile }) {
const browser = getService('browser');

describe('homepage app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');

before(function () {
return browser.setWindowSize(1200, 800);
Expand Down
2 changes: 1 addition & 1 deletion test/ui_capabilities/newsfeed_err/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function uiCapabilitiesTests({ getService, getPageObjects }: FtrP
const PageObjects = getPageObjects(['common', 'newsfeed']);

describe('Newsfeed icon button handle errors', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');

before(async () => {
await PageObjects.newsfeed.resetPage();
Expand Down
2 changes: 1 addition & 1 deletion test/visual_regression/tests/discover/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const browser = getService('browser');

describe('discover app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');

before(function () {
return browser.setWindowSize(SCREEN_WIDTH, 1000);
Expand Down
2 changes: 1 addition & 1 deletion test/visual_regression/tests/vega/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const browser = getService('browser');

describe('vega app', function () {
this.tags('ciGroup6');
this.tags('ciGroup5');

before(function () {
return browser.setWindowSize(SCREEN_WIDTH, 1000);
Expand Down

0 comments on commit 5beae64

Please sign in to comment.