Skip to content

Commit 11f19d9

Browse files
committed
Remove comment
1 parent 6831ce5 commit 11f19d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/special_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for i in "${!parametrizations_arr[@]}"; do
5757

5858
# run the test
5959
echo "Running ${parametrization}"
60-
#pytest ${defaults} "${parametrization}"
60+
pytest ${defaults} "${parametrization}"
6161

6262
report+="Ran\t$parametrization\n"
6363
done

0 commit comments

Comments
 (0)