Skip to content

Commit

Permalink
Skip connect contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova authored and smartcontracts committed Oct 1, 2021
1 parent 6e9d0ce commit cd9e62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/contracts/test/connect-contracts.spec.ts
Expand Up @@ -6,7 +6,9 @@ import {
} from '../dist/connect-contracts'
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
const l1ContractNames = [
'addressManager',
Expand Down

0 comments on commit cd9e62c

Please sign in to comment.