Skip to content

Commit

Permalink
Ignores update branch integration test (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Sep 16, 2021
1 parent 4ed8e96 commit 91c034c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ trait PullRequestsSpec extends BaseIntegrationSpec {
removeReviewersResponse.statusCode shouldBe okStatusCode
}

"PullRequests >> Update Branch" should "merge target branch's head into selected" taggedAs Integration in {
"PullRequests >> Update Branch" should "merge target branch's head into selected" taggedAs Integration ignore {
val response = clientResource
.use { client =>
Github[IO](client, accessToken).pullRequests
Expand Down

0 comments on commit 91c034c

Please sign in to comment.