Skip to content

Commit

Permalink
remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 25, 2019
1 parent 7809c64 commit e7be471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions integrationtests/Paket.IntegrationTests/UpdatePackageSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,6 @@ let ``#1703 resolves locally``() =
update "i001703-local" |> ignore


[<Test>]
let ``#1635 should tell about auth issue``() =
try
update "i001635-wrong-pw" |> ignore
failwith "error expected"
with
| exn when exn.Message.Contains("Unable to retrieve package versions for 'Argu'") ->
exn.Message.Contains "Could not load resources from 'https://www.myget.org/F/paket-test/api/v3/index.json': Unauthorized (401)"
|> shouldEqual true
()


[<Test>]
let ``#2572 should tell about late resolver issue``() =
try
Expand Down

This file was deleted.

0 comments on commit e7be471

Please sign in to comment.