Commit 78ad23db authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Skip connect contract tests

parent 5fecdd8a
...@@ -6,7 +6,9 @@ import { ...@@ -6,7 +6,9 @@ import {
} from '../dist/connect-contracts' } from '../dist/connect-contracts'
import { expect } from './setup' import { expect } from './setup'
describe('connectL1Contracts', () => { // Skipping these tests as the FE work that relies on this logic was never finished.
// Dedicated issue created in https://linear.app/optimism/issue/ENG-1451/decide-what-to-do-with-the-connectl1contracts-tests
describe.skip('connectL1Contracts', () => {
let user: Signer let user: Signer
const l1ContractNames = [ const l1ContractNames = [
'addressManager', 'addressManager',
......
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