good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit f6ac04e5 authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Skip flaky tests (#1943)

* Update send_transaction_test.go

* Update snapshot_builder_test.go
parent 66a8c23c
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ import (
)
func TestSendRawTransaction(t *testing.T) {
t.Skip("Flaky test")
db, err := createTestKV()
require.NoError(t, err)
defer db.Close()
......
......@@ -20,6 +20,7 @@ import (
)
func TestSnapshotMigratorStage(t *testing.T) {
t.Skip("flaky test")
//log.Root().SetHandler(log.LvlFilterHandler(log.LvlInfo, log.StreamHandler(os.Stderr, log.TerminalFormat(true))))
dir, err := ioutil.TempDir(os.TempDir(), "tst")
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment