We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8e96 commit 91c034cCopy full SHA for 91c034c
1 file changed
github4s/src/test/scala/github4s/integration/PullRequestsSpec.scala
@@ -357,7 +357,7 @@ trait PullRequestsSpec extends BaseIntegrationSpec {
357
removeReviewersResponse.statusCode shouldBe okStatusCode
358
}
359
360
- "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 {
361
val response = clientResource
362
.use { client =>
363
Github[IO](client, accessToken).pullRequests
0 commit comments