Skip to content

Commit

Permalink
test: proper disabling of Operation Reply test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Sep 2, 2024
1 parent d281233 commit defb236
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// TODO: enable after reference patch
import {describe, it} from 'vitest';

describe.skip('Operation Reply: enable after reference patch', () => {

});

/*
Validation error:
Expand Down

0 comments on commit defb236

Please sign in to comment.