Skip to content

Commit 49715a8

Browse files
authored
Disable random seed initialization in tests
Comment out the random seed initialization for tests.
1 parent 507d0b9 commit 49715a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/DpCatalog/test/ut/DpCatalogTestMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ TEST(OffNominal, MalformedFile) {
327327

328328
int main(int argc, char** argv) {
329329
::testing::InitGoogleTest(&argc, argv);
330-
STest::Random::seed();
330+
//TODO: https://github.com/nasa/fprime/issues/5104 STest::Random::seed();
331331
return RUN_ALL_TESTS();
332332
}

0 commit comments

Comments
 (0)