mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 18:02:02 +01:00
shareable: Temporary disable tests (#575)
This commit is contained in:
parent
600f0ae428
commit
e77eb9f80f
@ -42,7 +42,8 @@ func TestMain(m *testing.M) {
|
||||
|
||||
const bigSize = 2049
|
||||
|
||||
func TestEnsureNotShared(t *testing.T) {
|
||||
// Temporary disabled per #575.
|
||||
func Disabled_TestEnsureNotShared(t *testing.T) {
|
||||
// Create img1 and img2 with this size so that the next images are allocated
|
||||
// with non-upper-left location.
|
||||
img1 := NewImage(bigSize, 100)
|
||||
|
Loading…
Reference in New Issue
Block a user