|
@@ -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!;
|