Skip to content

Commit 211fe82

Browse files
authored
Update test_runtime_image.sh
1 parent b060ecb commit 211fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_runtime_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$TYPE" = "python" ]; then
66
apt install -y git
77
git clone https://github.com/FAST-Imaging/FAST.git
88
cd FAST/source/FAST/Python/Tests
9-
pytest -v -s -k "not cast"
9+
pytest -v -s -k "not cast and not shortcuts"
1010
else
1111
./opt/fast/bin/systemCheck --no-gui
1212
fi

0 commit comments

Comments
 (0)