ebiten: Disable TestImageFloatTranslate

It looks like the behavior depends on GPU.

Updates #1171
This commit is contained in:
Hajime Hoshi 2020-06-14 18:22:23 +09:00
parent d74f7d3a77
commit 6d25f7eaeb

View File

@ -2067,8 +2067,8 @@ func BenchmarkImageDrawOver(b *testing.B) {
}
// Issue #1171
func TestImageFloatTranslate(t *testing.T) {
const w, h = 32, 32
func Disabled_TestImageFloatTranslate(t *testing.T) {
const w, h = 16, 16
dst, _ := NewImage(320, 240, FilterDefault)
src, _ := NewImage(w, h, FilterDefault)