Skip to content

Commit e6ed5d8

Browse files
committed
disabled linux bionic test runs
1 parent 3560f84 commit e6ed5d8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

eng/pipelines/extra-platforms/runtime-extra-platforms-linuxbionic.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
#
1414
# Build the whole product using Mono for Android Linux with Bionic libc
15+
# FIXME: disabled test runs https://github.com/dotnet/runtime/issues/100281
1516
#
1617
- template: /eng/pipelines/common/platform-matrix.yml
1718
parameters:
@@ -41,9 +42,9 @@ jobs:
4142
nameSuffix: AllSubsets_Mono
4243
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
4344
timeoutInMinutes: 480
44-
# extra steps, run tests
45-
postBuildSteps:
46-
- template: /eng/pipelines/libraries/helix.yml
47-
parameters:
48-
creator: dotnet-bot
49-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)_LinuxBionic
45+
# extra steps, run tests # FIXME: see https://github.com/dotnet/runtime/issues/100281
46+
# postBuildSteps:
47+
# - template: /eng/pipelines/libraries/helix.yml
48+
# parameters:
49+
# creator: dotnet-bot
50+
# testRunNamePrefixSuffix: Mono_$(_BuildConfig)_LinuxBionic

0 commit comments

Comments
 (0)