Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Dec 18, 2024
1 parent 2a076ae commit cbe75eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ledger-live-common/src/__tests__/test-helpers/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,6 @@ export function testBridge<T extends TransactionCommon>(data: DatasetTest<T>): v
recipient: account.freshAddress,
});
});
/*
FIXME: Flaky test
ISSUE: Sometimes the "expireTimestamp" is off by 1 microsecond
*/
makeTest("can be run in parallel and all yield same results", async () => {
const account = await getSynced();
const t = {
Expand Down

0 comments on commit cbe75eb

Please sign in to comment.