• Mark Tyneway's avatar
    l2geth: skip unused tests (#2408) · 45582fcc
    Mark Tyneway authored
    The tests include:
    - `TestBoundedForkedSync62`
    - `TestBoundedForkedSync63Full`
    - `TestBoundedForkedSync63Fast`
    - `TestBoundedForkedSync64Full`
    - `TestBoundedForkedSync64Fast`
    - `TestBoundedForkedSync64Light`
    
    None of these tests cover code that we use in production.
    These tests were flaky upstream and eventually fixed.
    No major changes to this codebase are planned before
    deprecating it.
    Co-authored-by: default avatarMatthew Slipper <me@matthewslipper.com>
    45582fcc
Name
Last commit
Last update
..
api.go Loading commit data...
downloader.go Loading commit data...
downloader_test.go Loading commit data...
events.go Loading commit data...
fakepeer.go Loading commit data...
metrics.go Loading commit data...
modes.go Loading commit data...
peer.go Loading commit data...
queue.go Loading commit data...
statesync.go Loading commit data...
testchain_test.go Loading commit data...
types.go Loading commit data...