mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
Shell: Disable the valid test as it has a high failure rate on target
Tracked by #7336
This commit is contained in:
parent
480802805f
commit
fae7c436e6
Notes:
sideshowbarker
2024-07-18 17:18:46 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/fae7c436e65 Pull-request: https://github.com/SerenityOS/serenity/pull/7434 Reviewed-by: https://github.com/awesomekling
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Not running Shell-valid as it has a high failure rate on target #7336"
|
||||
echo PASS
|
||||
exit 0
|
||||
|
||||
source $(dirname "$0")/test-commons.inc
|
||||
|
||||
# Are comments ignored?
|
||||
|
|
Loading…
Reference in a new issue