Skip to content

Commit c2cf58f

Browse files
authored
chore(test): Remove empty variant tests (#20443)
I noticed we have two e2e tests with variants that have no build/assert command. This will essentially run the same test twice, once normally and once with a different label. So just removing the variant cuts down two e2e tests.
1 parent 6d2942c commit c2cf58f

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

dev-packages/e2e-tests/test-applications/node-core-light-express/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,5 @@
2525
},
2626
"volta": {
2727
"node": "22.18.0"
28-
},
29-
"sentryTest": {
30-
"variants": [
31-
{
32-
"label": "node 22 (light mode, requires Node 22+ for diagnostics_channel)"
33-
}
34-
]
3528
}
3629
}

dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,5 @@
2929
},
3030
"volta": {
3131
"node": "22.18.0"
32-
},
33-
"sentryTest": {
34-
"variants": [
35-
{
36-
"label": "node 22 (light mode + OTLP integration)"
37-
}
38-
]
3932
}
4033
}

0 commit comments

Comments
 (0)