Skip to content

Commit

Permalink
test: ignore GithubCreateControllerSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jun 9, 2023
1 parent 0e9d570 commit 2559126
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ import io.micronaut.runtime.server.EmbeddedServer
import org.eclipse.jgit.api.Git
import org.eclipse.jgit.revwalk.RevCommit
import org.grails.forge.util.GitHubUtil
import spock.lang.Ignore
import spock.lang.Retry
import spock.lang.Specification

import java.nio.file.Path
import java.nio.file.Paths

@Ignore
@Retry
class GitHubCreateControllerSpec extends Specification {

Expand Down

0 comments on commit 2559126

Please sign in to comment.