Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 09a0651

Browse files
committed
Disabled bugged sanity_check
1 parent 49e5604 commit 09a0651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/util/which_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TEST(Which, Which) {
2626
}
2727

2828
// It's not clear whether this behavior should be expected, on Linux it getenv
29-
// of an known variable returns nullptr and the std::string constructor raises
29+
// of an unknown variable returns nullptr and the std::string constructor raises
3030
// an exception. On OSX it gets a SIGSEGV. Disabled for now.
3131
//// NOLINTNEXTLINE
3232
//TEST(Which, WhichEmptyPath) {

python/sanity_checks/ioi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def sanity_pre_checks(task: IOITask, solutions: List[Solution],
397397
check_att_folder(task, solutions, interface)
398398
check_sol_folder(solutions, interface)
399399
check_statement(task, interface)
400-
check_sample_cases(task, frontend, config, interface)
400+
# check_sample_cases(task, frontend, config, interface)
401401
check_symlinks(interface)
402402

403403

0 commit comments

Comments
 (0)