File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -498,9 +498,10 @@ class CI:
498498 JobNames .SQLANCER_DEBUG : CommonJobConfigs .SQLLANCER_TEST .with_properties (
499499 required_builds = [BuildNames .PACKAGE_DEBUG ],
500500 ),
501- JobNames .SQL_LOGIC_TEST : CommonJobConfigs .SQLLOGIC_TEST .with_properties (
502- required_builds = [BuildNames .PACKAGE_RELEASE ],
503- ),
501+ # TODO: job does not work at all, uncomment and fix
502+ # JobNames.SQL_LOGIC_TEST: CommonJobConfigs.SQLLOGIC_TEST.with_properties(
503+ # required_builds=[BuildNames.PACKAGE_RELEASE],
504+ # ),
504505 JobNames .SQLTEST : CommonJobConfigs .SQL_TEST .with_properties (
505506 required_builds = [BuildNames .PACKAGE_RELEASE ],
506507 ),
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class JobNames(metaclass=WithIter):
204204 PERFORMANCE_TEST_AMD64 = "Performance Comparison (release)"
205205 PERFORMANCE_TEST_ARM64 = "Performance Comparison (aarch64)"
206206
207- SQL_LOGIC_TEST = "Sqllogic test (release)"
207+ # SQL_LOGIC_TEST = "Sqllogic test (release)"
208208
209209 SQLANCER = "SQLancer (release)"
210210 SQLANCER_DEBUG = "SQLancer (debug)"
You can’t perform that action at this time.
0 commit comments