Skip to content

Commit

Permalink
more memory aligned ifdefs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanctech committed Dec 15, 2023
1 parent d86d196 commit 64646c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/client/TokenRotationFunctionalityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TokenRotationFunctionalityTest : public ClientTestBase,
}
};

#ifdef ALIGNED_MEMORY_MODEL
TEST_P(TokenRotationFunctionalityTest, CreateSyncStreamWithResultEventAfterGracePeriodStopFreeSuccess) {

UINT64 currentTime, testTerminationTime, startTestTime, stopPutFrameTime,
Expand Down Expand Up @@ -319,3 +320,4 @@ TEST_P(TokenRotationFunctionalityTest, CreateSyncStreamAtTokenRotationLongDelayF

INSTANTIATE_TEST_SUITE_P(PermutatedStreamInfo, TokenRotationFunctionalityTest,
Combine(Values(STREAMING_TYPE_REALTIME, STREAMING_TYPE_OFFLINE), Values(0, 10 * HUNDREDS_OF_NANOS_IN_AN_HOUR), Bool(), Values(0, TEST_REPLAY_DURATION)));
#endif

0 comments on commit 64646c5

Please sign in to comment.