Skip to content

Commit 4656b7e

Browse files
committed
[ change ] Disable integration tests for Connection__Download.getReleaseManifestFromGitHub
1 parent 8f720f0 commit 4656b7e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/js/test/tests/Connection/Test__Connection__Download.bs.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/tests/Connection/Test__Connection__Download.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ describe("Download", () => {
372372
})
373373

374374
describe("Integration Tests", () => {
375-
describe(
375+
// will get HTTP 403 on GitHub CI macOS runners :(
376+
describe_skip(
376377
"`getReleaseManifestFromGitHub` without cache",
377378
() => {
378379
Async.it(

0 commit comments

Comments
 (0)