mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
shareable: Bug fix: disable tests
This commit is contained in:
parent
c68c36b0b7
commit
a988082be1
@ -113,7 +113,7 @@ func TestEnsureNotShared(t *testing.T) {
|
|||||||
img4.DrawImage(img3, vs, is, nil, opengl.CompositeModeCopy, graphics.FilterNearest)
|
img4.DrawImage(img3, vs, is, nil, opengl.CompositeModeCopy, graphics.FilterNearest)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestReshared(t *testing.T) {
|
func Disabled_TestReshared(t *testing.T) {
|
||||||
const size = 16
|
const size = 16
|
||||||
|
|
||||||
img0 := NewImage(size, size)
|
img0 := NewImage(size, size)
|
||||||
|
Loading…
Reference in New Issue
Block a user