Skip to content

Commit

Permalink
Disable mmap based test for Xavier (#2612)
Browse files Browse the repository at this point in the history
- some CI Xavier runners due to disc issue fails mmap based tests

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored and klecki committed Jan 14, 2021
1 parent e37cd01 commit fc408ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qa/TL0_self-test_xavier/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ test_body() {
exit 1
fi

"$FULLPATH"
# for some reason mmap based test tends to fail on some runners due to disc issue, so
# disable it for now
"$FULLPATH" --gtest_filter=-*mmap*
done
}

Expand Down

0 comments on commit fc408ef

Please sign in to comment.