Skip to content

Commit

Permalink
feat: added ticket number in the test skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarciavera committed Dec 18, 2024
1 parent 9f2c743 commit 5b58f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/flask/solana/create-solana-account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import AccountListPage from '../../page-objects/pages/account-list-page';
import { ACCOUNT_TYPE } from '../../page-objects/common';
import { withSolanaAccountSnap } from './common-solana';

// Scenarios skipped due to https://consensyssoftware.atlassian.net/browse/SOL-87
describe('Create Solana Account', function (this: Suite) {
it.skip('Creates 2 Solana accounts', async function () {
await withSolanaAccountSnap(
Expand Down

0 comments on commit 5b58f5a

Please sign in to comment.