skip Draw test for now

This commit is contained in:
Yotam Mann 2017-11-21 09:52:16 -08:00
parent 0906faea56
commit c18d8714f3

View file

@ -3,6 +3,8 @@ define(["Test", "Tone/core/Draw", "Tone/core/Tone"],
describe("Draw", function(){
return
//replace rAF since test is not executed in focus
var originalRAF = window.requestAnimationFrame;