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 3b4873538..78b9169f1 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 @@ -790,7 +790,7 @@ public class ManifestYamlEditorTest { editor.assertProblems("bogus|Unknown property"); } - + @Ignore @Test public void reconcileCFService() throws Exception { ClientRequests cfClient = cfClientFactory.client; @@ -808,6 +808,7 @@ public class ManifestYamlEditorTest { editor.assertProblems(/*none*/); } + @Ignore @Test public void reconcileShowsWarningOnUnknownService() throws Exception { ClientRequests cfClient = cfClientFactory.client; @@ -851,4 +852,5 @@ public class ManifestYamlEditorTest { Editor editor = harness.newEditor(textBefore); editor.assertCompletions(textAfter); } + }