Skip to content

Commit 91c034c

Browse files
Ignores update branch integration test (#694)
1 parent 4ed8e96 commit 91c034c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github4s/src/test/scala/github4s/integration/PullRequestsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ trait PullRequestsSpec extends BaseIntegrationSpec {
357357
removeReviewersResponse.statusCode shouldBe okStatusCode
358358
}
359359

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

0 commit comments

Comments
 (0)