Skip to content

Commit

Permalink
unignore test for #518
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Oct 29, 2022
1 parent c859248 commit 7b794bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/com/amihaiemil/eoyaml/RtYamlInputTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -949,12 +948,9 @@ public void supportsBracketedNotation() throws IOException {
* Unit test for
* <a href="https://github.com/decorators-squad/eo-yaml/issues/518">#518</a>
*
* @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();
Expand Down

1 comment on commit 7b794bd

@zoeself
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amihaiemil I've closed the Issues [#522] since their to-dos disappeared from the code.

The to-dos may have been removed in an earlier commit, but I've found it just now.

Please sign in to comment.