Commit 6d07267e authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Skip code coverage for gas cost specific tests

parent 8e8a4cc5
......@@ -21,7 +21,7 @@ const MAX_GAS_LIMIT = 8_000_000
const INITIAL_TOTAL_L1_SUPPLY = 5000
const FINALIZATION_GAS = 1_200_000
describe('[GAS BENCHMARK] Depositing via the standard bridge', () => {
describe('[GAS BENCHMARK] Depositing via the standard bridge [ @skip-on-coverage ]', () => {
let sequencer: Signer
let alice: Signer
before(async () => {
......@@ -116,7 +116,7 @@ describe('[GAS BENCHMARK] Depositing via the standard bridge', () => {
})
})
describe('[GAS BENCHMARK] L1 to L2 Deposit costs', async () => {
describe('[GAS BENCHMARK] L1 to L2 Deposit costs [ @skip-on-coverage ]', async () => {
const depositAmount = 1_000
before(async () => {
// Load a transaction into the queue first to 'dirty' the buffer's length slot
......
......@@ -41,7 +41,7 @@ const appendSequencerBatch = async (
})
}
describe('[GAS BENCHMARK] CanonicalTransactionChain', () => {
describe('[GAS BENCHMARK] CanonicalTransactionChain [ @skip-on-coverage ]', () => {
let sequencer: Signer
before(async () => {
;[sequencer] = await ethers.getSigners()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment