Skip to content

Commit 6b74dd3

Browse files
committed
test(core): unskip flaky test
1 parent d4e422b commit 6b74dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/awsService/appBuilder/walkthrough.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const scenarios: TestScenario[] = [
8383
},
8484
]
8585

86-
describe.skip('AppBuilder Walkthrough', function () {
86+
describe('AppBuilder Walkthrough', function () {
8787
before(async function () {
8888
// ensure auto scan is disabled before testrun
8989
await CodeScansState.instance.setScansEnabled(false)

0 commit comments

Comments
 (0)