Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Lipnin <v-maxlip@microsoft.com>2019-10-01 16:34:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-01 16:34:49 +0300
commitdb2e8ea79f5337fb5f457150a781dbd5edfb6ffa (patch)
treed7a2717d945ae289291712cc5f1eefa8125f64ee /mcs/class/System
parent20ab9bf58199b835e89123b433832f3afa439884 (diff)
[wasm][xunit test] Exclude RemoteExecutorTests in bcl profile (#17120)
`System/RemoteExecutorTests.cs` tests are excluded in the mobile test profiles. It makes sense to do the same for wasm. Fixes https://github.com/mono/mono/issues/17038.
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/wasm_System_xtest.dll.exclude.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/wasm_System_xtest.dll.exclude.sources b/mcs/class/System/wasm_System_xtest.dll.exclude.sources
index 5dd7bb167dc..7b3b9391fd5 100644
--- a/mcs/class/System/wasm_System_xtest.dll.exclude.sources
+++ b/mcs/class/System/wasm_System_xtest.dll.exclude.sources
@@ -10,3 +10,4 @@
../../../external/corefx/src/System.CodeDom/tests/*.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/tests/*.cs
+System/RemoteExecutorTests.cs