From c16c8b896117d003d64efe7616443edee84c775d Mon Sep 17 00:00:00 2001 From: Tianliang Ning Date: Thu, 9 Jul 2020 14:19:31 -0700 Subject: [PATCH] Disable batch mode for HDRP_DXR_Tests to improve DXR test stability --- TestProjects/HDRP_DXR_Tests/TestRunnerOptions.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TestProjects/HDRP_DXR_Tests/TestRunnerOptions.json diff --git a/TestProjects/HDRP_DXR_Tests/TestRunnerOptions.json b/TestProjects/HDRP_DXR_Tests/TestRunnerOptions.json new file mode 100644 index 00000000000..42c450dc765 --- /dev/null +++ b/TestProjects/HDRP_DXR_Tests/TestRunnerOptions.json @@ -0,0 +1,3 @@ +{ + "disableBatchMode": true +} \ No newline at end of file