Skip to content

Commit

Permalink
Disable integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Mar 31, 2019
1 parent 75e951c commit abd40e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions witness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"net/http/httptest"
"testing"
"time"
)

// uncomment this for manual testing using frontend inspector client
//*
/*
func TestIntegration(t *testing.T) {
client := &http.Client{}
DebugClient(client, context.Background())
Expand Down

0 comments on commit abd40e9

Please sign in to comment.