Skip to content

Commit

Permalink
chore(ci): disable e2e_cheat_codes.test.ts (#10897)
Browse files Browse the repository at this point in the history
Flake
  • Loading branch information
ludamad authored Dec 19, 2024
1 parent 3b131aa commit ade87d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/end-to-end/src/e2e_cheat_codes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ describe('e2e_cheat_codes', () => {
afterAll(() => teardown());

describe('L1 cheatcodes', () => {
describe('mine', () => {
// TODO(#10775): example fail https://github.com/AztecProtocol/aztec-packages/actions/runs/12418969358/job/34674141249
describe.skip('mine', () => {
it(`mine block`, async () => {
const blockNumber = await cc.eth.blockNumber();
await cc.eth.mine();
Expand Down

0 comments on commit ade87d0

Please sign in to comment.