From 0d001d79ffbf853437dbf264824980624b893588 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 27 Jan 2017 14:55:15 -0800 Subject: [PATCH] Cleanup obsolete comments, enable igored test that passes now --- .../ide/vscode/manifest/yaml/ManifestYamlEditorTest.java | 6 ------ 1 file changed, 6 deletions(-) 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;