Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.util.stream.Stream;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
Expand All @@ -31,7 +30,6 @@
* Integration test for EO snippets in `README.md`.
* @since 0.56.3
*/
@Disabled
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
final class ReadmeSnippetsIT {

Expand Down
6 changes: 0 additions & 6 deletions eo-integration-tests/src/test/java/integration/SnippetIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;

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