mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
parent
7dc981e171
commit
75391329a0
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,8 @@ export default function({ getPageObjects }: FtrProviderContext) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('visual builder', function describeIndexTests() {
|
// FAILING: https://github.com/elastic/kibana/issues/41452
|
||||||
|
describe.skip('visual builder', function describeIndexTests() {
|
||||||
describe('markdown', () => {
|
describe('markdown', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await visualBuilder.resetPage();
|
await visualBuilder.resetPage();
|
||||||
|
|
|
@ -23,7 +23,8 @@ export default function exploreRepositoryFunctionalTests({
|
||||||
|
|
||||||
const FIND_TIME = config.get('timeouts.find');
|
const FIND_TIME = config.get('timeouts.find');
|
||||||
|
|
||||||
describe('Explore Repository', function() {
|
// FLAKY: https://github.com/elastic/kibana/issues/41453
|
||||||
|
describe.skip('Explore Repository', function() {
|
||||||
this.tags('smoke');
|
this.tags('smoke');
|
||||||
describe('Explore a repository', () => {
|
describe('Explore a repository', () => {
|
||||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue