Skip to content

Commit

Permalink
common: silently skip ppc64 tests
Browse files Browse the repository at this point in the history
ppc64 test execution has been disabled by #5729.
All ppc64 tests are silently skipped as
there is no easy way to disable them.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jun 21, 2023
1 parent 317272f commit 846a29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ function require_x86_64() {
# require_ppc64 -- Skip tests if the running platform is not ppc64 or ppc64le
#
function require_ppc64() {
exit 0
require_arch "ppc64" "ppc64le" "ppc64el"
}

Expand Down

0 comments on commit 846a29d

Please sign in to comment.