Skip to content

Commit

Permalink
test(cosmic-swingset): fully disable provision-smartwallet for now
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Mar 4, 2025
1 parent 491469c commit 6e316ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/cosmic-swingset/test/provision-smartwallet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import * as ambientFs from 'fs';
import { VBankAccount } from '@agoric/internal';
import { makeScenario2, makeWalletTool, pspawn } from './scenario2.js';

// module account address for 'vbank/provision'; aka "megz"
// module account address for 'vbank/provision'; aka "megzy"
//
// TL;DR: `agd query auth module-account vbank/provision`
//
// It seems to be some sort of hash of the name, 'vbank/provision'.
// Lack of documentation is a known issue:
Expand All @@ -30,7 +32,7 @@ import { makeScenario2, makeWalletTool, pspawn } from './scenario2.js';
// https://github.com/cosmos/cosmos-sdk/issues/13782 Nov 2022
const provisionPoolModuleAccount = VBankAccount.provision.address;

test.before(async t => {
test.skip('body of test.before', async t => {
const filename = new URL(import.meta.url).pathname;
const dirname = ambientPath.dirname(filename);
const makefileDir = ambientPath.join(dirname, '..');
Expand Down

0 comments on commit 6e316ca

Please sign in to comment.