Skip to content

Commit

Permalink
chore: Disable secrets test while caching issue is addressed (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager authored Jan 13, 2025
1 parent d58f290 commit 196917c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acceptance-tests/tests/workflows/secretsFlow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ async function waitForSecretsListToContainSecret(testState: TestState) {
.toContain(SECRET.name);
}

describe('Secrets Flow', () => {
// TODO: Re-enable when the caching issue is resolved on the BE
describe.skip('Secrets Flow', () => {
let testState: TestState;

beforeAll(async () => {
Expand Down

0 comments on commit 196917c

Please sign in to comment.