Skip to content

Commit

Permalink
#3492 disable
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 14, 2024
1 parent 4d749aa commit ce7353b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
Expand All @@ -56,6 +57,7 @@ final class PhiMojoTest {
"# This is the default 64+ symbols comment in front of named abstract object.";

@Test
@Disabled
void convertsSimpleObjectToPhi(@Mktmp final Path temp) throws Exception {
new Farea(temp).together(
f -> {
Expand Down

0 comments on commit ce7353b

Please sign in to comment.