Skip to content

Commit

Permalink
skip browser test lol
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari committed Sep 22, 2023
1 parent f2c6bb4 commit fdae7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/canary/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const PORT = 3000;

const { SANDBOX_URL } = process.env;

const conditionalDescribe = () => (SANDBOX_URL ? describe : describe.skip);
// const conditionalDescribe = () => (SANDBOX_URL ? describe: describe.skip);
const privKey = AztecJs.GrumpkinScalar.random();

export const browserTestSuite = (setup: () => Server, pageLogger: AztecJs.DebugLogger) =>
conditionalDescribe()('e2e_aztec.js_browser', () => {
describe.skip('e2e_aztec.js_browser', () => {
const initialBalance = 33n;
const transferAmount = 3n;

Expand Down

0 comments on commit fdae7e0

Please sign in to comment.