Skip to content

Commit 4df125e

Browse files
committed
bug(#4241): enable snippets ITs
1 parent 4d59ee3 commit 4df125e

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

eo-integration-tests/src/test/java/integration/ReadmeSnippetsIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import java.util.stream.Stream;
2121
import org.hamcrest.MatcherAssert;
2222
import org.hamcrest.Matchers;
23-
import org.junit.jupiter.api.Disabled;
2423
import org.junit.jupiter.api.Tag;
2524
import org.junit.jupiter.api.extension.ExtendWith;
2625
import org.junit.jupiter.params.ParameterizedTest;
@@ -31,7 +30,6 @@
3130
* Integration test for EO snippets in `README.md`.
3231
* @since 0.56.3
3332
*/
34-
@Disabled
3533
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
3634
final class ReadmeSnippetsIT {
3735

eo-integration-tests/src/test/java/integration/SnippetIT.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,13 @@
2222
import org.hamcrest.MatcherAssert;
2323
import org.hamcrest.Matchers;
2424
import org.junit.jupiter.api.Assumptions;
25-
import org.junit.jupiter.api.Disabled;
2625
import org.junit.jupiter.api.extension.ExtendWith;
2726
import org.junit.jupiter.params.ParameterizedTest;
2827

2928
/**
3029
* Integration test for simple snippets.
3130
* @since 0.57
32-
* @todo #3480:30min Enable integration tests after new release 0.56.3 to Maven.
33-
* Currently, integration tests fail because we are pulling eo-maven-plugin:0.56.2,
34-
* which has org.eolang.Attr, which is removed now. Don't forget to enable {@link ReadmeSnippetsIT}
35-
* too.
3631
*/
37-
@Disabled
3832
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
3933
@ExtendWith(MktmpResolver.class)
4034
final class SnippetIT {

0 commit comments

Comments
 (0)