diff --git a/test/integration/TopicMessageQueryTest.js b/test/integration/TopicMessageQueryTest.js index 7f9e8fa14..102d0f700 100644 --- a/test/integration/TopicMessageQueryTest.js +++ b/test/integration/TopicMessageQueryTest.js @@ -12,6 +12,9 @@ describe("TopicMessageQuery", function () { env = await IntegrationTestEnv.new({ throwaway: true }); }); + // TODO: find out why this test fails, if it can be fixed + // and when did it stop working. + // eslint-disable-next-line mocha/no-skipped-tests it.skip("should be executable", async function () { // client.setTransportSecurity(true); // client.setMirrorNetwork(["mainnet-public.mirrornode.hedera.com:443"]);