test: removed hanging test on ci

This commit is contained in:
Reinaldy Rafli 2021-09-28 14:57:58 +07:00
parent c3af2c9bf0
commit 5db8f60066
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ func TestMain(m *testing.M) {
} }
log.Println("---- Preparation complete") log.Println("---- Preparation complete")
log.Print("\n") log.Print("\n")
code := m.Run()
os.Exit(code)
} }
func setup() error { func setup() error {