Skip to content

Commit

Permalink
fix: exclude smoketests on windows; remove extraneous dependency (#12572
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sdstolworthy authored May 2, 2023
1 parent 687dcc2 commit 0d6bca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/amplify-util-uibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"devDependencies": {
"@aws-amplify/appsync-modelgen-plugin": "^2.4.0",
"@aws-amplify/codegen-ui": " @aws-amplify/codegen-ui",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^26.0.20",
"@types/semver": "^7.1.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/split-e2e-tests-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const WINDOWS_SMOKE_TESTS = [
const TEST_EXCLUSIONS: { l: string[]; w: string[] } = {
l: [],
w: [
'src/__tests__/smoketest.test.ts',
'src/__tests__/opensearch-simulator/opensearch-simulator.test.ts',
'src/__tests__/storage-simulator/S3server.test.ts',
'src/__tests__/amplify-app.test.ts',
Expand Down

0 comments on commit 0d6bca4

Please sign in to comment.