Skip to content

Commit

Permalink
disable SubmitAction tests (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Sep 13, 2021
1 parent c18fad4 commit 1df1805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/proposals/SubmitAction.unit.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import {TX_CYCLE_MESSAGES} from '../web3/config';
import SubmitAction from './SubmitAction';
import Wrapper from '../../test/Wrapper';

describe('SubmitAction unit tests', () => {
// @todo Enable tests after the OffchainVoting contract is upgraded.
describe.skip('SubmitAction unit tests', () => {
const sponsorButtonRegex: RegExp = /^sponsor$/i;
const awaitingConfirmationRegex: RegExp = /^awaiting your confirmation/i;
const viewProgressRegex: RegExp = /^view progress$/i;
Expand Down

0 comments on commit 1df1805

Please sign in to comment.