mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Exclude E2E tests for swaps until they are stabilised (#16303)
This commit is contained in:
parent
2f84010629
commit
802a20449a
@ -51,7 +51,8 @@ async function main() {
|
|||||||
if (!snaps) {
|
if (!snaps) {
|
||||||
testPaths = [
|
testPaths = [
|
||||||
...testPaths,
|
...testPaths,
|
||||||
...(await getTestPathsForTestDir(path.join(__dirname, 'swaps'))),
|
// TODO: Enable the next line once the Swaps E2E tests are stable.
|
||||||
|
// ...(await getTestPathsForTestDir(path.join(__dirname, 'swaps'))),
|
||||||
path.join(__dirname, 'metamask-ui.spec.js'),
|
path.join(__dirname, 'metamask-ui.spec.js'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user