Skip to content

Commit b0da0a2

Browse files
committed
chore: Re-enable amazon q e2e tests
Problem: - We disabled the tests because the infra to run them wasn't fully set up yet Solution: - Remove the skip now that the infra is setup
1 parent b2a0bd9 commit b0da0a2

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
@@ -14,7 +14,7 @@ import { FollowUpTypes } from '../../amazonqFeatureDev/types'
1414
import { examples, newTaskChanges, sessionClosed } from '../../amazonqFeatureDev/userFacingText'
1515
import { ChatItem } from '@aws/mynah-ui'
1616

17-
describe.skip('Amazon Q Feature Dev', function () {
17+
describe('Amazon Q Feature Dev', function () {
1818
let framework: qTestingFramework
1919
let tab: Messenger
2020

0 commit comments

Comments
 (0)