Skip to content

Commit

Permalink
Merge branch 'main' into hm/add-metamaskbot-codeowner-announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Mar 3, 2025
2 parents e7226ce + 33181c4 commit 5110889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/snaps/test-snap-update-component.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ const FixtureBuilder = require('../fixture-builder');
const { TEST_SNAPS_WEBSITE_URL } = require('./enums');

describe('Test Snap update via snaps component', function () {
it('can install an old and then update via the snaps component', async function () {
// Temporarily disabled because of CI failures.
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('can install an old and then update via the snaps component', async function () {
const ganacheOptions = {
accounts: [
{
Expand Down

0 comments on commit 5110889

Please sign in to comment.