Commit a808500d authored by Konrad Sztyber's avatar Konrad Sztyber
Browse files

test/nvmf: disable nvmf_shutdown_tc4 on e810



Temporarily disable this test due to issue #3523.

Signed-off-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24996

 (master)

(cherry picked from commit 78d09f1f)
Change-Id: I5efd588c516cc40effa2ced63e5f3d24d0d3daf2
Signed-off-by: default avatarMarek Chomnicki <marek.chomnicki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25053


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 3024272c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@ function nvmf_shutdown_tc4() {
run_test "nvmf_shutdown_tc1" nvmf_shutdown_tc1
run_test "nvmf_shutdown_tc2" nvmf_shutdown_tc2
run_test "nvmf_shutdown_tc3" nvmf_shutdown_tc3
# Temporarily disable on e810 due to issue #3523
if ! [[ "$SPDK_TEST_NVMF_NICS" == "e810" && "$TEST_TRANSPORT" == "rdma" ]]; then
	run_test "nvmf_shutdown_tc4" nvmf_shutdown_tc4
fi

trap - SIGINT SIGTERM EXIT