mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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', () => {
|
||||
before(async () => {
|
||||
await visualBuilder.resetPage();
|
||||
|
|
|
@ -23,7 +23,8 @@ export default function exploreRepositoryFunctionalTests({
|
|||
|
||||
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');
|
||||
describe('Explore a repository', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue