Skip to content

Commit fa453c3

Browse files
committed
Disable SqlLogic job
1 parent 6e5465a commit fa453c3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

tests/ci/ci_config.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
),

tests/ci/ci_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)