We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507d0b9 commit 49715a8Copy full SHA for 49715a8
1 file changed
Svc/DpCatalog/test/ut/DpCatalogTestMain.cpp
@@ -327,6 +327,6 @@ TEST(OffNominal, MalformedFile) {
327
328
int main(int argc, char** argv) {
329
::testing::InitGoogleTest(&argc, argv);
330
- STest::Random::seed();
+ //TODO: https://github.com/nasa/fprime/issues/5104 STest::Random::seed();
331
return RUN_ALL_TESTS();
332
}
0 commit comments