We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e422b commit 6b74dd3Copy full SHA for 6b74dd3
packages/core/src/test/awsService/appBuilder/walkthrough.test.ts
@@ -83,7 +83,7 @@ const scenarios: TestScenario[] = [
83
},
84
]
85
86
-describe.skip('AppBuilder Walkthrough', function () {
+describe('AppBuilder Walkthrough', function () {
87
before(async function () {
88
// ensure auto scan is disabled before testrun
89
await CodeScansState.instance.setScansEnabled(false)
0 commit comments