Skip to content

Commit 399c294

Browse files
author
Duo Zhang
committed
test unstable
1 parent a01573e commit 399c294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ public void testWriteCell() throws IOException {
548548
byte[] byteArray = os.toByteArray();
549549
KeyValue res = new KeyValue(byteArray);
550550
assertTrue(CellUtil.equals(kv, res));
551+
fail("test unstable");
551552
}
552553

553554
// Workaround for jdk 11 - reflective access to interface default methods for testGetType

0 commit comments

Comments
 (0)