mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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)
|
||||
}
|
||||
|
||||
func TestReshared(t *testing.T) {
|
||||
func Disabled_TestReshared(t *testing.T) {
|
||||
const size = 16
|
||||
|
||||
img0 := NewImage(size, size)
|
||||
|
Loading…
Reference in New Issue
Block a user