1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01: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 GitHub
parent 398b0cf452
commit 1646ab110e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: [
{