Skip to content

Commit

Permalink
chore: Disable flaky test in MigrationTest (#10443) (#10450)
Browse files Browse the repository at this point in the history
Temporary solution for #10429

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
  • Loading branch information
vaadin-bot and mshabarov committed Mar 30, 2021
1 parent 2b7f7b0 commit 441bf7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.apache.commons.io.FileUtils;
import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -141,6 +142,7 @@ public void migrateNpmPassesHappyPath() throws MigrationFailureException,
}
}

@Ignore("Flaky test https://github.com/vaadin/flow/issues/10429")
@Test
public void migratePnpmPassesHappyPath() throws MigrationFailureException,
MigrationToolsException, IOException {
Expand Down

0 comments on commit 441bf7a

Please sign in to comment.