Skip to content

Commit e78921f

Browse files
committed
fix RocksdbTransferOffsetAndCqTest
Change-Id: If222cf4ae0223d651fe6ecb5a44d77d63d240591
1 parent dcdd560 commit e78921f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

broker/src/test/java/org/apache/rocketmq/broker/subscription/RocksdbGroupConfigTransferTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ public void jsonUpgradeToRocksdb() {
334334
}
335335

336336
private boolean notToBeExecuted() {
337-
return MixAll.isMac();
337+
return MixAll.isMac() || MixAll.isWindows();
338338
}
339-
340339
}

0 commit comments

Comments
 (0)