Skip to content

Commit

Permalink
fix: Added eslint-disable for a skipped test
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain committed Feb 11, 2025
1 parent 0f7abe0 commit 9d465bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/TopicMessageIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("TopicMessage", function () {
env = await IntegrationTestEnv.new({ throwaway: true });
});

// eslint-disable-next-line mocha/no-skipped-tests
it.skip("should be executable", async function () {
const operatorKey = env.operatorKey.publicKey;

Expand Down

0 comments on commit 9d465bc

Please sign in to comment.