test: Give up using headless-js (#141)

This commit is contained in:
Hajime Hoshi 2016-02-06 15:35:21 +09:00
parent 0abe40790b
commit 9178b488a1

View File

@ -82,6 +82,7 @@ func NewContext() *Context {
panic(err)
}
} else {
// TODO: Now Ebiten with headless-gl doesn't work well (#141).
// Use headless-gl for testing.
options := map[string]bool{
"alpha": true,