Tests: Add to dos to run tests on mariadb

This commit is contained in:
theresa
2022-05-03 15:05:45 +02:00
parent a62f49e824
commit d27e1fa52f
8 changed files with 12 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ func TestMarker_InvalidArea(t *testing.T) {
})
}
//TODO fails on mariadb
func TestMarker_Save(t *testing.T) {
t.Run("success", func(t *testing.T) {
m := NewMarker(FileFixtures.Get("exampleFileName.jpg"), testArea, "lt9k3pw1wowuy3c4", SrcImage, MarkerLabel, 100, 65)