From 7b794bd2129c742b7818b6be81ebe1e23cf29b9e Mon Sep 17 00:00:00 2001 From: amihaiemil Date: Sat, 29 Oct 2022 16:50:38 +0300 Subject: [PATCH] unignore test for #518 --- src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java b/src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java index 36a86bed..1569e601 100644 --- a/src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java +++ b/src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java @@ -30,7 +30,6 @@ import org.apache.commons.io.IOUtils; import org.hamcrest.MatcherAssert; import org.hamcrest.Matchers; -import org.junit.Ignore; import org.junit.Test; import java.io.ByteArrayInputStream; @@ -949,12 +948,9 @@ public void supportsBracketedNotation() throws IOException { * Unit test for * #518 * - * @todo #518:60min Fix the bug reported in 518, so that this unit test - * passes. * @throws IOException When there's a problem reading the sample files. */ @Test - @Ignore public void supportsSpringPropertyRef() throws IOException { final String filename = "issue_518_spring_property_ref.yml"; final String fileContents = readTestResource(filename).trim();