diff --git a/frontend/integration-tests/tests/secrets.scenario.ts b/frontend/integration-tests/tests/secrets.scenario.ts index 1cc2fececdd..7bb15e6b236 100644 --- a/frontend/integration-tests/tests/secrets.scenario.ts +++ b/frontend/integration-tests/tests/secrets.scenario.ts @@ -5,7 +5,7 @@ import { appHost, testName, checkLogs, checkErrors, waitForCount } from '../prot import * as crudView from '../views/crud.view'; import * as secretsView from '../views/secrets.view'; -describe('Interacting with the create secret forms', () => { +xdescribe('Interacting with the create secret forms', () => { afterEach(() => { checkLogs();