Skip to content

Commit 85618b8

Browse files
committed
t
1 parent 0c6c339 commit 85618b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/amazonq/customizationUtil.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('CodeWhisperer-customizationUtils', function () {
8282
assert.strictEqual(actualCustomization.name, selectedCustomization.name)
8383
})
8484

85-
it('Returns AB customization', async function () {
85+
it.skip('Returns AB customization', async function () {
8686
sinon.stub(AuthUtil.instance, 'isValidEnterpriseSsoInUse').returns(true)
8787

8888
await setSelectedCustomization({

0 commit comments

Comments
 (0)