shareable: Bug fix: disable tests

This commit is contained in:
Hajime Hoshi 2018-08-09 00:19:55 +09:00
parent c68c36b0b7
commit a988082be1

View File

@ -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)