skip failing test suite (#174204)

This commit is contained in:
Kibana Machine 2024-01-04 13:33:32 -05:00
parent 49886a5d79
commit 33f8368132

View file

@ -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();
});