Skip to content

Commit

Permalink
Merge pull request #117 from lidofinance/updates
Browse files Browse the repository at this point in the history
Solana widget sunset
  • Loading branch information
itaven authored Feb 5, 2024
2 parents 67ed11e + d0a7289 commit a1bc9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets-testing/test/widgets/solana.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { BrowserModule } from '../../browser/browser.module';
import { BrowserService } from '../../browser/browser.service';
import { test } from '@playwright/test';

test.describe('Solana', () => {
test.describe.skip('Solana', () => {
let app: INestApplication;
let browserService: BrowserService;

Expand Down

0 comments on commit a1bc9a6

Please sign in to comment.