Skip to content

Commit

Permalink
no dcheck timeturn
Browse files Browse the repository at this point in the history
  • Loading branch information
olofkallander committed Oct 17, 2023
1 parent bd1a3d9 commit f0dece1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/TimeTurnerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

TEST(TimeTurner, threads3)
{
#ifdef NOPERF_TEST
GTEST_SKIP();
#endif
emulator::TimeTurner timeSource;
utils::Time::initialize(timeSource);

Expand Down

0 comments on commit f0dece1

Please sign in to comment.