Skip to content

Commit

Permalink
re-enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jul 9, 2024
1 parent acd6818 commit c2cc19c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion core/chains/evm/headtracker/head_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func TestHeadTracker_Start(t *testing.T) {
}

func TestHeadTracker_CallsHeadTrackableCallbacks(t *testing.T) {
t.Skip("TODO FIXME")
t.Parallel()

db := pgtest.NewSqlxDB(t)
Expand Down
4 changes: 0 additions & 4 deletions core/chains/evm/log/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,6 @@ func TestBroadcaster_AppendLogChannel(t *testing.T) {
}

func TestBroadcaster_InjectsBroadcastRecordFunctions(t *testing.T) {
t.Skip("TODO FIXME")
const blockHeight int64 = 0
helper := newBroadcasterHelper(t, blockHeight, 1, nil, nil)
helper.start()
Expand Down Expand Up @@ -1392,7 +1391,6 @@ func TestBroadcaster_InjectsBroadcastRecordFunctions(t *testing.T) {
}

func TestBroadcaster_ProcessesLogsFromReorgsAndMissedHead(t *testing.T) {
t.Skip("TODO FIXME")
g := gomega.NewWithT(t)

const startBlockHeight int64 = 0
Expand Down Expand Up @@ -1476,7 +1474,6 @@ func TestBroadcaster_ProcessesLogsFromReorgsAndMissedHead(t *testing.T) {
}

func TestBroadcaster_BackfillsForNewListeners(t *testing.T) {
t.Skip("TODO FIXME")
g := gomega.NewWithT(t)

const blockHeight int64 = 0
Expand Down Expand Up @@ -1530,7 +1527,6 @@ func requireEqualLogs(t *testing.T, expectedLogs, actualLogs []types.Log) {
}

func TestBroadcaster_BroadcastsWithZeroConfirmations(t *testing.T) {
t.Skip("TODO FIXME")
testutils.SkipShortDB(t)
gm := gomega.NewWithT(t)

Expand Down

0 comments on commit c2cc19c

Please sign in to comment.