Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaAdvSecGetLookupTimeoutExceededCou
EXPECT_EQ(CosaAdvSecGetLookupTimeoutExceededCount(), lcount);
}

TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit)
/**TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit)
{
const char *RabidMemoryLimit = "Advsecurity_RabidMemoryLimit";
ULONG value = 100;
Expand All @@ -1181,7 +1181,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit)
ANSC_STATUS status = CosaRabidSetMemoryLimit(NULL, value);

EXPECT_EQ(status, ANSC_STATUS_SUCCESS);
}
}**/

TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMacCacheSize)
{
Expand Down
Loading