Skip to content

Commit

Permalink
#462 tests enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 9, 2021
1 parent 77dbd0a commit 02e6fa2
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>0.19.1</version>
<version>0.20.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
import org.cactoos.text.TextOf;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
import org.junit.jupiter.api.io.TempDir;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
Expand All @@ -69,7 +70,7 @@
* @since 0.1
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
@Disabled
@DisabledOnOs(OS.WINDOWS)
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
public final class SnippetTest {

Expand Down

0 comments on commit 02e6fa2

Please sign in to comment.