Browse Source

Disable helix tests on Fedora.28 and 27 (#7399)

Something is wrong with the machines. All tests fail. Disabling to allow time for investigation without blocking PR checks.
Nate McMaster 7 years ago
parent
commit
0b0d5b98dc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      eng/helix/helix.proj

+ 1 - 2
eng/helix/helix.proj

@@ -43,9 +43,8 @@
       Centos.7.Amd64.Open;
       Debian.8.Amd64.Open;
       Debian.9.Amd64.Open;
-      Fedora.27.Amd64.Open;
-      Fedora.28.Amd64.Open;
       Redhat.7.Amd64.Open;
     </HelixTargetQueues>
+    <!--  TODO: re-enable Fedora.27.Amd64.Open and Fedora.28.Amd64.Open. See https://github.com/aspnet/AspNetCore/issues/7398   -->
   </PropertyGroup>
 </Project>