Skip to content

Commit

Permalink
disable array tests due to issue #13154
Browse files Browse the repository at this point in the history
  • Loading branch information
DoNotPanicUA committed May 24, 2022
1 parent b585d50 commit 8c5ac2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ protected boolean supportBasicDataTypeTest() {

@Override
protected boolean supportArrayDataTypeTest() {
return true;
// #13154 Normalization issue
return false;
}

@Override
Expand Down

0 comments on commit 8c5ac2d

Please sign in to comment.