Skip to content
Snippets Groups Projects
Commit 92a1c12f authored by Sebastien DUMETZ's avatar Sebastien DUMETZ
Browse files

skip test with a race condition

parent 0c1760af
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ describe("GET /scenes/:scene/:filename(.*)", function(){
.expect("foo\n");
});
it("can abort responses", async function(){
it.skip("can abort responses", async function(){
//This test would be very useful but it has a race condition that makes it unreliable.
await vfs.createScene("foo", {"0":"write"});
let orig = vfs.getFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment