Skip to content

Commit 31715fb

Browse files
committed
Remove optional test variants for disabled canary tests
1 parent e094f42 commit 31715fb

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

dev-packages/e2e-tests/test-applications/nextjs-13/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,5 @@
4040
"volta": {
4141
"extends": "../../package.json",
4242
"node": "20.19.5"
43-
},
44-
"sentryTest": {
45-
"optionalVariants": [
46-
{
47-
"build-command": "test:build-canary",
48-
"label": "nextjs-13 (canary)"
49-
},
50-
{
51-
"build-command": "test:build-latest",
52-
"label": "nextjs-13 (latest)"
53-
}
54-
]
5543
}
5644
}

dev-packages/e2e-tests/test-applications/nextjs-14/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,5 @@
4040
"volta": {
4141
"extends": "../../package.json",
4242
"node": "20.19.5"
43-
},
44-
"sentryTest": {
45-
"optionalVariants": [
46-
{
47-
"build-command": "test:build-canary",
48-
"label": "nextjs-14 (canary)"
49-
},
50-
{
51-
"build-command": "test:build-latest",
52-
"label": "nextjs-14 (latest)"
53-
}
54-
]
5543
}
5644
}

dev-packages/e2e-tests/test-applications/nextjs-app-dir/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@
5050
"build-command": "test:build-13",
5151
"label": "nextjs-app-dir (next@13)"
5252
}
53-
],
54-
"optionalVariants": [
55-
{
56-
"build-command": "test:build-canary",
57-
"label": "nextjs-app-dir (canary)"
58-
},
59-
{
60-
"build-command": "test:build-latest",
61-
"label": "nextjs-app-dir (latest)"
62-
}
6353
]
6454
}
6555
}

0 commit comments

Comments
 (0)