diff --git a/contracts/integrations/test/coordinator/client_test.ts b/contracts/integrations/test/coordinator/client_test.ts index 162156e7ee..d9da44e900 100644 --- a/contracts/integrations/test/coordinator/client_test.ts +++ b/contracts/integrations/test/coordinator/client_test.ts @@ -19,7 +19,7 @@ const coordinatorEndpoint = 'http://localhost:'; const DEFAULT_PROTOCOL_FEE_MULTIPLIER = new BigNumber(150000); // tslint:disable:custom-no-magic-numbers -blockchainTests('Coordinator Client', env => { +blockchainTests.skip('Coordinator Client', env => { const takerTokenFillAmount = new BigNumber(0); const chainId = 1337; const assetDataEncoder = new IAssetDataContract(constants.NULL_ADDRESS, env.provider);