Skip to content

Commit 0bbcd45

Browse files
erickssonEvergreen
authored andcommitted
Disable failing HD Analytics test
Some test results were mixed up in the last trunk batch and https://github.cds.internal.unity3d.com/unity/unity/pull/51256 landed even though it was introducing a test failure: https://unity-ci.cds.internal.unity3d.com/job/38760374 Disabling that test for now to allow future trunk batches to run cleanly and following up with the PR author on getting a fix for this in place.
1 parent 122750a commit 0bbcd45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.render-pipelines.high-definition/Tests/Editor/HDAnalyticsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void ToNestedColumnsWithDefaultsReturnsTheCorrectValue()
6969
const string k_DefaultsDirectory = "Packages/com.unity.render-pipelines.high-definition/Tests/Editor/HDAnalyticsTests_Defaults.txt";
7070

7171
[Test]
72+
[Ignore("Failure introduced byt https://github.cds.internal.unity3d.com/unity/unity/pull/51256")]
7273
public void CheckDefaultAnalyticsAreUpToDateOnBigQuery()
7374
{
7475
var currentDefaults = string.Join(",\n", RenderPipelineSettings.NewDefault().ToNestedColumn());

0 commit comments

Comments
 (0)