Commit 0cf8b552 authored by Adam Osewski's avatar Adam Osewski
Browse files

Disable BitwiseRepresentation UT.

parent 5212fb44
...@@ -124,7 +124,7 @@ TEST(Int4, DISABLED_CopyAsI8NegativeValue) ...@@ -124,7 +124,7 @@ TEST(Int4, DISABLED_CopyAsI8NegativeValue)
} }
} }
TEST(Int4, BitwiseRepresentation) TEST(Int4, DISABLED_BitwiseRepresentation)
{ {
using bit8_t = std::bitset<8>; using bit8_t = std::bitset<8>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment