Skip to content

Commit 7a09aab

Browse files
authored
fix: Temporarily disable amazon q tests (#4507)
Problem: - The test infra isn't fully setup so these tests will always fail Solution: - Wait until the test infra is fully setup again before unskipping these tests
1 parent e5b2ccc commit 7a09aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/testE2E/amazonq/featureDev.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { examples } from '../../amazonqFeatureDev/userFacingText'
1212
import { registerAuthHook, using } from '../../test/setupUtil'
1313
import { loginToIdC } from './utils/setup'
1414

15-
describe('Amazon Q Feature Dev', function () {
15+
describe.skip('Amazon Q Feature Dev', function () {
1616
let framework: qTestingFramework
1717

1818
before(async function () {

0 commit comments

Comments
 (0)