diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 8d4687828e..5c5532c042 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -142,13 +142,13 @@ os macosx? [ [ "Factor" ] [ deploy-test-command ascii [ readln ] with-process-reader ] unit-test -[ ] [ 850000 small-enough? ] unit-test +[ ] [ "tools.deploy.test.20" drop 850000 small-enough? ] unit-test [ ] [ "tools.deploy.test.21" shake-and-bake ] unit-test [ "1 2 3" ] [ deploy-test-command ascii [ readln ] with-process-reader ] unit-test -[ ] [ 800000 small-enough? ] unit-test +[ ] [ "tools.deploy.test.21" drop 800000 small-enough? ] unit-test [ ] [ "benchmark.ui-panes" shake-and-bake run-temp-image ] unit-test