mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#174204)
This commit is contained in:
parent
49886a5d79
commit
33f8368132
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
log.debug('CSP plugin is initialized');
|
||||
});
|
||||
|
||||
describe('Verify update csp rules states API', async () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/174204
|
||||
describe.skip('Verify update csp rules states API', async () => {
|
||||
before(async () => {
|
||||
await waitForPluginInitialized();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue