mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
parent
0457d54c9d
commit
0e0f2b4bb0
@ -1,3 +1,4 @@
|
||||
/* eslint-disable mocha/no-skipped-tests */
|
||||
const { strict: assert } = require('assert');
|
||||
|
||||
const {
|
||||
@ -6,7 +7,7 @@ const {
|
||||
getWindowHandles,
|
||||
} = require('../helpers');
|
||||
|
||||
describe('Create token, approve token and approve token without gas', function () {
|
||||
describe.skip('Create token, approve token and approve token without gas', function () {
|
||||
describe('Add a custom token from a dapp', function () {
|
||||
const ganacheOptions = {
|
||||
accounts: [
|
||||
|
Loading…
Reference in New Issue
Block a user