We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58593f1 commit 72b9ff6Copy full SHA for 72b9ff6
artifactorybulkrepository_test.go
@@ -101,8 +101,6 @@ func testMultipleRepositoryUpdate(t *testing.T) {
101
}
102
103
func testCreateWithDifferentRclass(t *testing.T) {
104
- t.Skip("RTECO-525 - Skipping testCreateWithDifferentRclass")
105
-
106
mvnRepoName := "test-mvn-local1"
107
dockerLocalRepoName := "test-docker-local1"
108
npmRepoName := "test-npm-local"
@@ -134,8 +132,6 @@ func testCreateWithDifferentRclass(t *testing.T) {
134
132
135
133
136
func testUpdateWithDifferentRclass(t *testing.T) {
137
- t.Skip("RTECO-525 - Skipping testUpdateWithDifferentRclass")
138
139
mvnRepoName := "test-mvn-local-1"
140
dockerLocalRepoName := "test-docker-local-1"
141
0 commit comments