Skip to content

Commit 39d374d

Browse files
author
John Haley
committed
Skip transfer progress test until it's fixed
Currently the transfer progress test is breaking on windows randomly. @tbranyen and I have been looking into it and it seems like a libuv issue. I'm going to skip this now so that other potential PR's aren't held up by it until we can get a good resolution and fix it in another PR
1 parent 0454485 commit 39d374d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe("Remote", function() {
112112
});
113113
});
114114

115-
it("can monitor transfer progress while downloading", function() {
115+
it.skip("can monitor transfer progress while downloading", function() {
116116
// Set a reasonable timeout here now that our repository has grown.
117117
this.timeout(600000);
118118

0 commit comments

Comments
 (0)