1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

[FLASK] Disable RPC test (#19011)

* Disable RPC test

* Fix lint
This commit is contained in:
Frederik Bolding 2023-05-04 19:09:37 +02:00 committed by Dan Miller
parent e3a7f91095
commit e4e9f3c7ac

View File

@ -3,7 +3,10 @@ const FixtureBuilder = require('../fixture-builder');
const { TEST_SNAPS_WEBSITE_URL } = require('./enums');
describe('Test Snap RPC', function () {
it('can use the cross-snap RPC endowment and produce a public key', async function () {
// Disabled for now due to a bug.
// TODO: Re-enable when fixed.
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('can use the cross-snap RPC endowment and produce a public key', async function () {
const ganacheOptions = {
accounts: [
{