Skip to content

Commit 59fd17f

Browse files
authored
test(core): unskip flaky test (#8182)
## Problem The `AppBuilder Walkthrough` test was previously skipped because it is flaky and would some friction when merging in PRs to the `feature/v2-to-v3-migration` branch ## Solution Unskip the `AppBuilder Walkthrough` test as we prepare to merge the `feature/v2-to-v3-migration` branch into `main` --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d4e422b commit 59fd17f

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)