From ce636c5afb1b7dd5ec43d76950f8debb9f8a7717 Mon Sep 17 00:00:00 2001 From: John Luo Date: Sat, 7 Mar 2020 14:20:32 -0800 Subject: [PATCH] Update --- src/Testing/test/AssemblyTestLogTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Testing/test/AssemblyTestLogTests.cs b/src/Testing/test/AssemblyTestLogTests.cs index 27a7cf83cf..af0505bd19 100644 --- a/src/Testing/test/AssemblyTestLogTests.cs +++ b/src/Testing/test/AssemblyTestLogTests.cs @@ -21,13 +21,13 @@ namespace Microsoft.Extensions.Logging.Testing.Tests private static readonly string TFM = new DirectoryInfo(AppContext.BaseDirectory).Name; [Fact] - public void FunctionalLogs_LogsPreservedFromNonFlakyRun() + public void FunctionalLogs_LogsPreservedFromNonQuarantinedTest() { } [Fact] - [Flaky("http://example.com", FlakyOn.All)] - public void FunctionalLogs_LogsPreservedFromFlakyRun() + [QuarantinedTest] + public void FunctionalLogs_LogsPreservedFromQuarantinedTest() { }