Ignore failing test for obsolete functionality

This commit is contained in:
Kris De Volder
2018-04-24 12:13:46 -07:00
parent af9d5f1892
commit b9f9c8d119

View File

@@ -68,7 +68,7 @@ public class PropertiesIndexTest {
assertNull(propertyInfo);
}
@Test
@Test @Ignore //ignore because classpath file is going to disapear and pieces already removed
public void springStandardPropertyPresent_ClasspathFile() throws Exception {
SpringPropertiesIndexManager indexManager = new SpringPropertiesIndexManager(
ValueProviderRegistry.getDefault(), null);