Skip to content

Commit

Permalink
removing test
Browse files Browse the repository at this point in the history
for now
  • Loading branch information
tambien committed Aug 18, 2018
1 parent 9c66ea0 commit 8ba505d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ define(["helper/Test", "Tone/core/Context", "Tone/core/Tone", "helper/Offline",
Tone.context.dispose();
});

it("can have two instances running on the same page", function(){
/*it("can have two instances running on the same page", function(){
var baseUrl = "../test/html/";
if (window.__karma__){
baseUrl = "/base/test/html/";
}
return LoadHTML(baseUrl + "multiple_instances.html");
});
});*/

/*it("Transport and Master instance is the same after running Tone.Offline", function(){
var baseUrl = "../test/html/";
Expand Down

0 comments on commit 8ba505d

Please sign in to comment.