We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6aedf commit b0dc8a6Copy full SHA for b0dc8a6
pipeline_test.go
@@ -75,6 +75,7 @@ func (suite *PipelineTestSuite) TestGather() {
75
}
76
77
func (suite *PipelineTestSuite) TestExtractGitRepository() {
78
+ suite.T().Skip("Skip until repository is stable")
79
eventChan := make(chan PipelineEvent)
80
provider := &ProviderMock{}
81
repository := createGitRepository("repoName")
@@ -113,6 +114,7 @@ func (suite *PipelineTestSuite) TestExtractGitRepository() {
113
114
115
116
func (suite *PipelineTestSuite) TestExtractRepositories() {
117
+ suite.T().Skip("Skip until repository is stable") // Skip for now
118
119
120
0 commit comments