File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
broker/src/test/java/org/apache/rocketmq/broker/offset Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 29
29
import org .apache .rocketmq .broker .config .v1 .RocksDBConsumerOffsetManager ;
30
30
import org .apache .rocketmq .common .BrokerConfig ;
31
31
import org .apache .rocketmq .common .CheckRocksdbCqWriteResult ;
32
+ import org .apache .rocketmq .common .MixAll ;
32
33
import org .apache .rocketmq .common .Pair ;
33
34
import org .apache .rocketmq .store .DefaultMessageStore ;
34
35
import org .apache .rocketmq .store .DispatchRequest ;
@@ -167,12 +168,12 @@ public void testRocksdbCqWrite() throws RocksDBException {
167
168
Assert .assertEquals (CheckRocksdbCqWriteResult .CheckStatus .CHECK_OK .getValue (), result .getCheckStatus ());
168
169
}
169
170
170
- /**
171
- * No need to skip macOS platform.
172
- * @return true if some platform is NOT a good fit for this test case.
173
- */
171
+ // /**
172
+ // * No need to skip macOS platform.
173
+ // * @return true if some platform is NOT a good fit for this test case.
174
+ // */
174
175
private boolean notToBeExecuted () {
175
- return false ;
176
+ return MixAll . isMac () ;
176
177
}
177
178
178
179
}
You can’t perform that action at this time.
0 commit comments