File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1261,10 +1261,11 @@ jobs:
12611261 shell : bash
12621262 run : |
12631263 CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
1264+ # disable -p coreutils https://github.com/uutils/coreutils/issues/10861
12641265 for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12651266 do
12661267 echo "Building and testing $f"
1267- cargo test -p "uu_$f" -p coreutils - -features=$f --no-default-features
1268+ cargo test -p "uu_$f" --features=$f --no-default-features
12681269 done
12691270
12701271 test_selinux :
Original file line number Diff line number Diff line change @@ -360,3 +360,6 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context
360360# * the selinux crate is handling errors
361361# * the test says "maybe we should not fail when no context available"
362362sed -i -e " s|returns_ 1||g" tests/cp/no-ctx.sh
363+
364+ # Disable date-debug test - not interesting to implement it
365+ sed -i ' 1a exit 0' tests/date/date-debug.sh
You can’t perform that action at this time.
0 commit comments