mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
[FLASK] Temporarily disable JSON-RPC snap e2e test (#17778)
* Temporarily disable JSON-RPC snap e2e test * Update outdated snapshot
This commit is contained in:
parent
7586d1c306
commit
da8fe7ea62
@ -4,7 +4,9 @@ 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 () {
|
||||
// TODO: Re-enable this test once `test-snaps` is 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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user