Skip to content

Commit c92f2f2

Browse files
committed
skip failing test suite (elastic#256140)
1 parent 48f838c commit c92f2f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/platform/plugins/shared/dashboard/test/scout_oas_schema/api/tests

src/platform/plugins/shared/dashboard/test/scout_oas_schema/api/tests/schema.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { apiTest, DASHBOARD_API_PATH } from '../fixtures';
2121
*
2222
* See README.md for usage instructions.
2323
*/
24-
apiTest.describe('dashboard REST schema', { tag: tags.stateful.all }, () => {
24+
// Failing: See https://github.com/elastic/kibana/issues/256140
25+
describe.skip('dashboard REST schema', { tag: tags.stateful.all }, () => {
2526
let viewerCredentials: RoleApiCredentials;
2627

2728
apiTest.beforeAll(async ({ requestAuth }) => {

0 commit comments

Comments
 (0)