diff --git a/command/pr_review_test.go b/command/pr_review_test.go index 96ceabd7e..781b2cb06 100644 --- a/command/pr_review_test.go +++ b/command/pr_review_test.go @@ -8,6 +8,7 @@ import ( ) func TestPRReview_validation(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() for _, cmd := range []string{ @@ -22,6 +23,7 @@ func TestPRReview_validation(t *testing.T) { } func TestPRReview_url_arg(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO") @@ -67,6 +69,7 @@ func TestPRReview_url_arg(t *testing.T) { } func TestPRReview_number_arg(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO") @@ -112,6 +115,7 @@ func TestPRReview_number_arg(t *testing.T) { } func TestPRReview_no_arg(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "feature") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO") @@ -147,6 +151,7 @@ func TestPRReview_no_arg(t *testing.T) { } func TestPRReview_blank_comment(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO") @@ -156,6 +161,7 @@ func TestPRReview_blank_comment(t *testing.T) { } func TestPRReview_blank_request_changes(t *testing.T) { + t.Skip("skipping until release is done") initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO") @@ -165,6 +171,7 @@ func TestPRReview_blank_request_changes(t *testing.T) { } func TestPRReview(t *testing.T) { + t.Skip("skipping until release is done") type c struct { Cmd string ExpectedEvent string