Skip to content

Commit 3425d83

Browse files
authored
Revert "cmd/geth: test for logging-output (ethereum#28373)"
This reverts commit 6a1deae.
1 parent 203bd00 commit 3425d83

File tree

10 files changed

+149
-445
lines changed

10 files changed

+149
-445
lines changed

build/ci.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ func doTest(cmdline []string) {
307307
// Enable CKZG backend in CI.
308308
gotest.Args = append(gotest.Args, "-tags=ckzg")
309309

310-
// Enable integration-tests
311-
gotest.Args = append(gotest.Args, "-tags=integrationtests")
312-
313310
// Test a single package at a time. CI builders are slow
314311
// and some tests run into timeouts under load.
315312
gotest.Args = append(gotest.Args, "-p", "1")

cmd/geth/logging_test.go

Lines changed: 0 additions & 185 deletions
This file was deleted.

cmd/geth/logtestcmd_active.go

Lines changed: 0 additions & 134 deletions
This file was deleted.

cmd/geth/logtestcmd_inactive.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

cmd/geth/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ func init() {
234234
// See verkle.go
235235
verkleCommand,
236236
}
237-
if logTestCommand != nil {
238-
app.Commands = append(app.Commands, logTestCommand)
239-
}
240237
sort.Sort(cli.CommandsByName(app.Commands))
241238

242239
app.Flags = flags.Merge(

0 commit comments

Comments
 (0)