Skip to content

Commit

Permalink
test: disable solana tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Jan 6, 2025
1 parent 0669161 commit 4599740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:

- name: Build & Deploy Solana Predicates
run: pnpm fuels build && pnpm fuels deploy
if: false # @TODO: Phantom CRX is currently broken, so we're skipping this step for now
working-directory: packages/solana-connector

- name: Install Playwright Browsers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { fundWallet } from '../setup';
import phantomExtended from './phantom/phantom';
import { test } from './setup';

test.describe('SolanaConnector', () => {
// @TODO: Phantom CRX is currently broken, so we're skipping this step for now
test.skip('SolanaConnector', () => {
test.slow();

const connect: ConnectFunction = async (page: Page) => {
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/runner/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
defineConfig,
devices,
} from '@playwright/test';
// import { synpressFixtures } from '@synthetixio/synpress';

import dotenv from 'dotenv';
dotenv.config();
Expand Down

0 comments on commit 4599740

Please sign in to comment.