Skip to content

Commit 5f8c2c1

Browse files
committed
(re)enable some tests
1 parent e49f125 commit 5f8c2c1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/test/java/org/gitlab4j/api/TestProjectApi.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,6 @@ public void testProjectLanguages() throws GitLabApiException {
560560
}
561561

562562
@Test
563-
@Disabled("Call failing for an unknown reason - see comment in source")
564-
// Results in org.gitlab4j.api.GitLabApiException: The following fields have validation errors: path, namespace
565-
// Either 'name' OR 'path' are required, and 'name' is being supplied while 'path' is not
566-
// 'namespace' is also not being supplied ('namespace_id' which is, is also a valid parameter)
567563
public void testCreateProjectInNamespace() throws GitLabApiException {
568564

569565
assumeTrue(currentUser != null);

src/test/java/org/gitlab4j/api/TestResourceStateEventsApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public static void teardown() {
4141
deleteAllTestIssues();
4242
}
4343

44-
@Disabled("should be enabled when CI tests will be run against GitLab 13.2+")
4544
@Test
4645
public void testGetCloseReopenIssueEvents() throws GitLabApiException {
4746
Long projectId = testProject.getId();

0 commit comments

Comments
 (0)