mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
expand skip because of cross-suite dependencies (#140437)
This commit is contained in:
parent
f2b1f81198
commit
a26cc71578
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
import { FtrProviderContext } from '../../ftr_provider_context';
|
||||
|
||||
export default function ({ loadTestFile }: FtrProviderContext) {
|
||||
describe('ObservabilityApp', function () {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/140437
|
||||
describe.skip('ObservabilityApp', function () {
|
||||
loadTestFile(require.resolve('./pages/alerts'));
|
||||
loadTestFile(require.resolve('./pages/cases/case_details'));
|
||||
loadTestFile(require.resolve('./pages/alerts/add_to_case'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue