Skip to content

Commit 2be7ab0

Browse files
committed
skip flaky tests
1 parent 945daa4 commit 2be7ab0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_security.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
178178
expect(navLinks).to.eql(['Discover', 'Stack Management']);
179179
});
180180

181-
it(`does not allow navigation to advanced settings; redirects to management home`, async () => {
181+
// https://github.com/elastic/kibana/issues/57377
182+
it.skip(`does not allow navigation to advanced settings; redirects to management home`, async () => {
182183
await PageObjects.common.navigateToActualUrl('kibana', 'management/kibana/settings', {
183184
ensureCurrentUrl: false,
184185
shouldLoginIfPrompted: false,

x-pack/test/functional/apps/rollup_job/tsvb.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default function({ getService, getPageObjects }) {
2121
'timePicker',
2222
]);
2323

24-
describe('tsvb integration', function() {
24+
// https://github.com/elastic/kibana/issues/56816
25+
describe.skip('tsvb integration', function() {
2526
//Since rollups can only be created once with the same name (even if you delete it),
2627
//we add the Date.now() to avoid name collision if you run the tests locally back to back.
2728
const rollupJobName = `tsvb-test-rollup-job-${Date.now()}`;

0 commit comments

Comments
 (0)