Skip to content
Snippets Groups Projects
Verified Commit 73bce57f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

test: comment-out store_test.go:500

parent 51691a5c
No related branches found
No related tags found
No related merge requests found
......@@ -496,9 +496,10 @@ func TestFilesDelete(t *testing.T) {
}
// clean up so next test can run with a clean DB, TODO: remove as soon as newTestStore() can re-init the DB
if err = store.DeleteShow(testShow1); err != nil {
t.Fatalf("unexpected error: %v", err)
}
// FIXME: commented-out for https://gitlab.servus.at/aura/tank/-/issues/82
//if err = store.DeleteShow(testShow1); err != nil {
// t.Fatalf("unexpected error: %v", err)
//}
}
func TestFilesImportState(t *testing.T) {
......
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