Browse Source

proposal tests skipped

Gleb Urvanov 4 years ago
parent
commit
cd1bf82eff

+ 1 - 2
tests/network-tests/src/tests/proposals/textProposalTest.ts

@@ -7,9 +7,8 @@ import { registerJoystreamTypes } from '@joystream/types';
 import { ApiWrapper } from '../../utils/apiWrapper';
 import { v4 as uuid } from 'uuid';
 import BN = require('bn.js');
-import { Utils } from '../../utils/utils';
 
-describe('Text proposal network tests', () => {
+describe.skip('Text proposal network tests', () => {
   initConfig();
   const keyring = new Keyring({ type: 'sr25519' });
   const nodeUrl: string = process.env.NODE_URL!;

+ 1 - 1
tests/network-tests/src/tests/proposals/workingGroupMintCapacityProposalTest.ts

@@ -8,7 +8,7 @@ import { ApiWrapper } from '../../utils/apiWrapper';
 import { v4 as uuid } from 'uuid';
 import BN = require('bn.js');
 
-describe('Mint capacity proposal network tests', () => {
+describe.skip('Mint capacity proposal network tests', () => {
   initConfig();
   const keyring = new Keyring({ type: 'sr25519' });
   const nodeUrl: string = process.env.NODE_URL!;