From 1aac928655cb0267164493f34f065b3ce602a52f Mon Sep 17 00:00:00 2001 From: Fan Yang <52458914+fanyang-mono@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:39:06 -0500 Subject: [PATCH] Update testing.md (#46043) skipstressdependencies switch was removed from the runtime tests build script. --- docs/workflow/testing/mono/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflow/testing/mono/testing.md b/docs/workflow/testing/mono/testing.md index be444b25617..f78005d88bd 100644 --- a/docs/workflow/testing/mono/testing.md +++ b/docs/workflow/testing/mono/testing.md @@ -25,7 +25,7 @@ make run-tests-coreclr-all ### WebAssembly: Build the runtime tests for WebAssembly ``` -$(REPO_ROOT)/src/tests/build.sh -skipstressdependencies -excludemonofailures os Browser wasm +$(REPO_ROOT)/src/tests/build.sh -excludemonofailures os Browser wasm ``` The last few lines of the build log should contain something like this: @@ -42,7 +42,7 @@ To run all tests, execute that command, adding `wasm` to the end. ### Android: Build the runtime tests for Android x64 ``` -$(REPO_ROOT)/src/tests/build.sh -skipstressdependencies -excludemonofailures os Android x64 +$(REPO_ROOT)/src/tests/build.sh -excludemonofailures os Android x64 ``` The last few lines of the build log should contain something like this: