Skip to content

Commit 782aaf6

Browse files
author
ochafik
committed
Disable deepseek caps test on win32
1 parent cdd93c1 commit 782aaf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-capabilities.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ TEST(CapabilitiesTest, Gemma7b) {
7575
EXPECT_FALSE(caps.requires_typed_content);
7676
}
7777

78+
#ifndef _WIN32
7879
TEST(CapabilitiesTest, DeepSeekR1Distill)
7980
{
8081
auto caps = get_caps("tests/deepseek-ai-DeepSeek-R1-Distill-Qwen-32B.jinja");
@@ -87,6 +88,7 @@ TEST(CapabilitiesTest, DeepSeekR1Distill)
8788
// EXPECT_FALSE(caps.requires_non_null_content);
8889
EXPECT_FALSE(caps.requires_typed_content);
8990
}
91+
#endif
9092

9193
TEST(CapabilitiesTest, FunctionaryMediumV3_2) {
9294
auto caps = get_caps("tests/meetkai-functionary-medium-v3.2.jinja");

0 commit comments

Comments
 (0)