mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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) {
|
||||
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'),
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user