Skip to content

Commit

Permalink
skip ocp test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLi28 committed Nov 22, 2024
1 parent 7112056 commit a1ede67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mmm-ocp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
PROGRAM_ID as OCP_PROGRAM_ID,
} from '@magiceden-oss/open_creator_protocol';

describe('mmm-ocp', () => {
describe.skip('mmm-ocp', () => {
const { connection } = anchor.AnchorProvider.env();
const wallet = new anchor.Wallet(Keypair.generate());
const provider = new anchor.AnchorProvider(connection, wallet, {
Expand Down

0 comments on commit a1ede67

Please sign in to comment.