Skip to content

Commit

Permalink
tests: disable GGUF test for bad value size (ggerganov#10886)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGaessler authored and arthw committed Dec 20, 2024
1 parent 73f11f6 commit b26f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-gguf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ static std::pair<int, int> test_handcrafted_file(const unsigned int seed) {

HANDCRAFTED_KV_BAD_KEY_SIZE,
HANDCRAFTED_KV_BAD_TYPE,
HANDCRAFTED_KV_BAD_VALUE_SIZE,
// HANDCRAFTED_KV_BAD_VALUE_SIZE, // FIXME sanitizer limit
// HANDCRAFTED_FILE_TYPE_DUPLICATE_KEY, // FIXME
HANDCRAFTED_KV_SUCCESS,

Expand Down

0 comments on commit b26f071

Please sign in to comment.