Skip to content

Commit 2e6f046

Browse files
committed
Disable test due to Unreal 5.6 bugs.
1 parent f794b7f commit 2e6f046

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source/HoudiniEngineEditor/Private/Tests/HoudiniEditorTests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ IMPLEMENT_SIMPLE_HOUDINI_AUTOMATION_TEST(HoudiniEditorRandomEquivalenceTest, "Ho
137137

138138
bool HoudiniEditorRandomEquivalenceTest::RunTest(const FString & Parameters)
139139
{
140+
#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 6
140141
// Really force editor size
141142
FHoudiniEditorTestUtils::InitializeTests(this, [this]
142143
{
@@ -148,7 +149,7 @@ bool HoudiniEditorRandomEquivalenceTest::RunTest(const FString & Parameters)
148149
});
149150
});
150151
});
151-
152+
#endif
152153
return true;
153154
}
154155

0 commit comments

Comments
 (0)