diff --git a/vscode-extensions/vscode-manifest-yaml/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYamlEditorTest.java b/vscode-extensions/vscode-manifest-yaml/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYamlEditorTest.java index 6aba1dc30..ddfafd032 100644 --- a/vscode-extensions/vscode-manifest-yaml/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYamlEditorTest.java +++ b/vscode-extensions/vscode-manifest-yaml/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYamlEditorTest.java @@ -791,11 +791,6 @@ public class ManifestYamlEditorTest { editor.assertProblems("bogus|Unknown property"); } - ////////////////////////////////////////////////////////////////////////////// - - // These tests are on ignore because they fail in the concourse ci build that uses OpenJDK. - // Possible issue is with mockito does not behave as expected using OpenJDK vs Oracle JVM - // These tests pass when running on an Oracle JVM. @Test public void reconcileCFService() throws Exception { ClientRequests cfClient = cloudfoundry.client; @@ -833,7 +828,6 @@ public class ManifestYamlEditorTest { assertEquals(DiagnosticSeverity.Warning, problem.getSeverity()); } - @Ignore @Test public void reconcileShowsWarningOnNoService() throws Exception { ClientRequests cfClient = cloudfoundry.client;