From 3fe25e9b3470327fc83305d33964cd7eda3e0a1d Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 23 Jun 2018 15:00:01 -0700 Subject: [PATCH] Skip flaky tests - #277 - see also aspnet/Coherence-Signed#887 --- .../CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs | 4 ++-- .../DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/FunctionalTests/CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs b/test/FunctionalTests/CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs index 076d71f6ba..ce66f29457 100644 --- a/test/FunctionalTests/CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs +++ b/test/FunctionalTests/CoreCLRTests/ApplicationWithParseErrorsTest_CoreCLR.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -20,7 +20,7 @@ namespace FunctionalTests public ApplicationTestFixture Fixture { get; } - [Fact] + [Fact(Skip = "Flaky test in many build configurations. See issue #277.")] public async Task PublishingPrintsParseErrors() { // Arrange diff --git a/test/FunctionalTests/DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs b/test/FunctionalTests/DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs index b0fcb22c79..7c6d9a9835 100644 --- a/test/FunctionalTests/DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs +++ b/test/FunctionalTests/DesktopTests/ApplicationWithParseErrorsTest_Desktop.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -23,7 +23,7 @@ namespace FunctionalTests public ApplicationTestFixture Fixture { get; } - [ConditionalFact] + [ConditionalFact(Skip = "Flaky test in many build configurations.See issue #277.")] public async Task PublishingPrintsParseErrors() { // Arrange