diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 885bf7ecfdce11..a78437acca4a78 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -369,7 +369,7 @@ jobs: # # Libraries Test Build -# Only when CoreCLR or Libraries is changed +# Only when CoreCLR, Mono or Libraries is changed # - template: /eng/pipelines/common/platform-matrix.yml parameters: @@ -387,6 +387,7 @@ jobs: or( eq(dependencies.checkout.outputs['SetPathVars_libraries.containsChange'], true), eq(dependencies.checkout.outputs['SetPathVars_coreclr.containsChange'], true), + eq(dependencies.checkout.outputs['SetPathVars_mono.containsChange'], true), eq(variables['isFullMatrix'], true)) # diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 3c05a6ac3ae01e..08f1a2f7ef6f4e 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -543,6 +543,9 @@ # Requires precise GC (should be ignored in dotnet/corefx for mono) -nomethod System.Threading.Tasks.Tests.ExecutionContextFlowTest.TaskCompletionSourceDoesntCaptureExecutionContext +# flaky, causes stack overflow +-nomethod System.Threading.Tasks.Tests.TaskContinueWithTests.LongContinuationChain_ContinueWith_DoesNotStackOverflow + #################################################################### ## System.Threading.ThreadPool.Tests ####################################################################