Skip to content

Commit

Permalink
fix fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghuaiyuan committed Jan 21, 2025
1 parent af7753b commit 4d1af12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ private PutMessageResult transformTimerMessage(TimerMessageRocksDBStore timerMes
@Test
public void testDoNormalTimer() throws Exception {
Assume.assumeFalse(MixAll.isUnix());
Assume.assumeFalse(MixAll.isWindows());
String topic = "TimerRocksdbTest_testPutTimerMessage";

final TimerMessageRocksDBStore timerMessageStore = createTimerMessageRocksDBStore(null);
Expand Down

0 comments on commit 4d1af12

Please sign in to comment.