Skip to content

Commit

Permalink
Disable zimport test on staging (#10750)
Browse files Browse the repository at this point in the history
Disable zimport test manually on staging branch until we can disable
it in buildbot.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1.llnl.gov>
  • Loading branch information
tonyhutter authored Aug 21, 2020
1 parent ef1588a commit e7e3050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TEST
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ if [ $(getconf LONG_BIT) = "32" ]; then
TEST_XFSTESTS_SKIP="yes"
TEST_ZFSSTRESS_SKIP="yes"
fi

# Disable zimport on staging branch
TEST_ZIMPORT_SKIP="yes"

0 comments on commit e7e3050

Please sign in to comment.