File tree 1 file changed +0
-25
lines changed 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -373,18 +373,6 @@ jobs:
373
373
yarn predev
374
374
yarn test --maxWorkers=2
375
375
376
- test_fuzz :
377
- docker : *docker
378
- environment : *environment
379
- steps :
380
- - checkout
381
- - setup_node_modules
382
- - run :
383
- name : Run fuzz tests
384
- command : |
385
- FUZZ_TEST_SEED=$RANDOM yarn test fuzz --ci
386
- FUZZ_TEST_SEED=$RANDOM yarn test --prod fuzz --ci
387
-
388
376
publish_prerelease :
389
377
parameters :
390
378
commit_sha :
@@ -529,19 +517,6 @@ workflows:
529
517
requires :
530
518
- build_devtools_and_process_artifacts
531
519
532
- fuzz_tests :
533
- unless : << pipeline.parameters.prerelease_commit_sha >>
534
- triggers :
535
- - schedule :
536
- # Fuzz tests run hourly
537
- cron : " 0 * * * *"
538
- filters :
539
- branches :
540
- only :
541
- - main
542
- jobs :
543
- - test_fuzz
544
-
545
520
devtools_regression_tests :
546
521
unless : << pipeline.parameters.prerelease_commit_sha >>
547
522
triggers :
You can’t perform that action at this time.
0 commit comments