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 d22fd7f commit af7753b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private PutMessageResult transformTimerMessage(TimerMessageRocksDBStore timerMes

@Test
public void testDoNormalTimer() throws Exception {
Assume.assumeFalse(MixAll.isWindows());
Assume.assumeFalse(MixAll.isUnix());
String topic = "TimerRocksdbTest_testPutTimerMessage";

final TimerMessageRocksDBStore timerMessageStore = createTimerMessageRocksDBStore(null);
Expand Down

0 comments on commit af7753b

Please sign in to comment.