From 989559392680eac2b92a2acfe198659b10a78f32 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 6 Sep 2018 11:05:16 -0700 Subject: [PATCH] Include diagnosticMessages from xunit for Functional tests --- test/Microsoft.AspNetCore.Mvc.FunctionalTests/xunit.runner.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/xunit.runner.json b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/xunit.runner.json index 0d8a1f6a45..74f4888c0b 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/xunit.runner.json +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/xunit.runner.json @@ -1,4 +1,5 @@ { + "diagnosticMessages": true, "shadowCopy": false, "longRunningTestSeconds": 60 }