This commit is contained in:
Matthew Kennedy 2023-04-11 13:51:32 -07:00
parent 323d61d90b
commit b7fe618db8
1 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ TEST(etb, integrated) {
}
extern int timeNowUs;
extern WarningCodeState unitTestWarningCodeState;
TEST(etb, intermittentTps) {
EngineTestHelper eth(TEST_ENGINE); // we have a destructor so cannot move EngineTestHelper into utility method
@ -92,7 +91,6 @@ TEST(etb, intermittentTps) {
etb->update();
EXPECT_NE(0, etb->etbErrorCode);
EXPECT_EQ(3, unitTestWarningCodeState.recentWarnings.getCount()) << "intermittentTps";
}
TEST(etb, intermittentPps) {