We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122750a commit 0bbcd45Copy full SHA for 0bbcd45
Packages/com.unity.render-pipelines.high-definition/Tests/Editor/HDAnalyticsTest.cs
@@ -69,6 +69,7 @@ public void ToNestedColumnsWithDefaultsReturnsTheCorrectValue()
69
const string k_DefaultsDirectory = "Packages/com.unity.render-pipelines.high-definition/Tests/Editor/HDAnalyticsTests_Defaults.txt";
70
71
[Test]
72
+ [Ignore("Failure introduced byt https://github.cds.internal.unity3d.com/unity/unity/pull/51256")]
73
public void CheckDefaultAnalyticsAreUpToDateOnBigQuery()
74
{
75
var currentDefaults = string.Join(",\n", RenderPipelineSettings.NewDefault().ToNestedColumn());
0 commit comments