Skip to content

Commit

Permalink
[8.x] [Console] Fix and skip flaky tests (elastic#193508) (elastic#19…
Browse files Browse the repository at this point in the history
…3527)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Console] Fix and skip flaky tests
(elastic#193508)](elastic#193508)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ignacio
Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-09-20T09:45:55Z","message":"[Console]
Fix and skip flaky tests
(elastic#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"number":193508,"url":"https://github.com/elastic/kibana/pull/193508","mergeCommit":{"message":"[Console]
Fix and skip flaky tests
(elastic#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193508","number":193508,"mergeCommit":{"message":"[Console]
Fix and skip flaky tests
(elastic#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
  • Loading branch information
sabarasaba authored Sep 20, 2024
1 parent d8a35bc commit 297ab0b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
}

describe('console autocomplete feature', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');

describe('console app', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'console', 'header']);

describe('misc console behavior', function testMiscConsoleBehavior() {
this.tags('includeFirefox');
before(async () => {
await browser.setWindowSize(1200, 800);
await PageObjects.common.navigateToApp('console');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_onboarding_tour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

describe('console onboarding tour', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down
2 changes: 0 additions & 2 deletions test/functional/apps/console/_variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
const PageObjects = getPageObjects(['common', 'console', 'header']);

describe('Console variables', function testConsoleVariables() {
this.tags('includeFirefox');

before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down

0 comments on commit 297ab0b

Please sign in to comment.