Skip to content

Commit

Permalink
test: disable "DigitalOcean Spaces" test because corresponding test b…
Browse files Browse the repository at this point in the history
…ucked was deleted
  • Loading branch information
develar committed Feb 26, 2019
1 parent 3b6ebbe commit afaa028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/updater/nsisUpdaterTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test("file url generic", async () => {
await validateDownload(updater)
})

test("DigitalOcean Spaces", async () => {
test.skip("DigitalOcean Spaces", async () => {
const updater = await createNsisUpdater()
updater.updateConfigPath = await writeUpdateConfig<SpacesOptions>({
provider: "spaces",
Expand Down Expand Up @@ -371,4 +371,4 @@ test.ifAll("test downloaded installer", async () => {

expect(actualEvents).toMatchObject([])
// await updater.quitAndInstall(true, false)
})
})

0 comments on commit afaa028

Please sign in to comment.