Skip to content

Commit

Permalink
chore: fix unskippable test error
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 committed Jan 9, 2025
1 parent 5647fb5 commit 9e3dd56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/TopicMessageQueryTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
Expand Down

0 comments on commit 9e3dd56

Please sign in to comment.