File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/test/java/org/gitlab4j/api Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments