We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060ecb commit 211fe82Copy full SHA for 211fe82
test_runtime_image.sh
@@ -6,7 +6,7 @@ if [ "$TYPE" = "python" ]; then
6
apt install -y git
7
git clone https://github.com/FAST-Imaging/FAST.git
8
cd FAST/source/FAST/Python/Tests
9
- pytest -v -s -k "not cast"
+ pytest -v -s -k "not cast and not shortcuts"
10
else
11
./opt/fast/bin/systemCheck --no-gui
12
fi
0 commit comments