-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Do not run e2e-2-pxes along with e2e pxe test (#10155)
Running the e2e pxe test would also run 2-pxes on the same job, since jest matches tests by substring. This renames the pxe to e2e-pxe to avoid clashes.
- Loading branch information
1 parent
fbfe1b1
commit f0f8d22
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ const setupEnv = async () => { | |
return pxe; | ||
}; | ||
|
||
pxeTestSuite('pxe', setupEnv); | ||
pxeTestSuite('e2e_pxe', setupEnv); |