Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e_test/js-tests/test_viem_tx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ describe("viem send tx", () => {
assert.equal(receipt.status, "success", "receipt status 'failure'");
}).timeout(10_000);

it("send overlapping nonce tx in different currencies", async () => {
it.skip("send overlapping nonce tx in different currencies", async () => {
const priceBump = 1.1;

const rate = await getRate(process.env.FEE_CURRENCY);
Expand Down Expand Up @@ -310,7 +310,7 @@ describe("viem send tx", () => {
}
}).timeout(10_000);

it("send fee currency tx with just high enough gas price", async () => {
it.skip("send fee currency tx with just high enough gas price", async () => {
// The idea of this test is to check that the fee currency is taken into
// account by the server. We do this by using a fee currency that has a
// value greater than celo, so that the base fee in fee currency becomes a
Expand Down