Skip to content

Commit

Permalink
Revert "Skip e2e tests until provider side is upgraded."
Browse files Browse the repository at this point in the history
This reverts commit 537eb37 now that
the index-provider is upgraded.

See:
 - ipni/index-provider#198
  • Loading branch information
masih committed Mar 16, 2022
1 parent 09bc452 commit 3839878
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ func (e *e2eTestRunner) stop(cmd *exec.Cmd, timeout time.Duration) {
}

func TestEndToEndWithReferenceProvider(t *testing.T) {
t.Skip(`Skip test until the changes to the finder client are upgraded in provider side
See: https://github.com/filecoin-project/index-provider/pull/198
`)
switch runtime.GOOS {
case "windows", "darwin":
t.Skip("skipping test on", runtime.GOOS)
Expand Down

0 comments on commit 3839878

Please sign in to comment.