remove the deliberate failure test

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-13 21:20:52 -07:00
parent 41dd7054b7
commit 7dcdd3cb46
@@ -83,11 +83,6 @@ public:
}
};
TEST_F(ScriptCanvasTestFixture, ProveError)
{
EXPECT_TRUE(false);
}
TEST_F(ScriptCanvasTestFixture, ParseErrorOnKnownNull)
{
ExpectParseError("LY_SC_UnitTest_ParseErrorOnKnownNull");