remove deliberate failure test

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-08 15:36:19 -07:00
parent b63c9a87db
commit b1ced46b62
@@ -85,11 +85,6 @@ public:
}
};
TEST_F(ScriptCanvasTestFixture, VerifySCUnitTestsRun)
{
EXPECT_FALSE(true); // just convincing myself that these unit tests run on jenkins
}
TEST_F(ScriptCanvasTestFixture, ParseErrorOnKnownNull)
{
ExpectParseError("LY_SC_UnitTest_ParseErrorOnKnownNull");