mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fix build - context deadline exceeded (#13878)
* enable logging * skip test
This commit is contained in:
parent
5275ec6ac6
commit
c196fa7688
@ -1,3 +1,4 @@
|
||||
/* eslint-disable mocha/no-skipped-tests */
|
||||
const { strict: assert } = require('assert');
|
||||
const { convertToHexValue, withFixtures } = require('../helpers');
|
||||
|
||||
@ -30,7 +31,7 @@ describe('Phishing Detection', function () {
|
||||
},
|
||||
],
|
||||
};
|
||||
it('should display the MetaMask Phishing Detection page', async function () {
|
||||
it.skip('should display the MetaMask Phishing Detection page', async function () {
|
||||
await withFixtures(
|
||||
{
|
||||
fixtures: 'imported-account',
|
||||
|
Loading…
Reference in New Issue
Block a user