From 9e3dd56463f70e4ea7958ddde981f05ee91f72e3 Mon Sep 17 00:00:00 2001 From: Ivaylo Nikolov Date: Thu, 9 Jan 2025 11:41:05 +0200 Subject: [PATCH] chore: fix unskippable test error Signed-off-by: Ivaylo Nikolov --- test/integration/TopicMessageQueryTest.js | 3 +++ 1 file changed, 3 insertions(+) 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"]);