Skip to content

Commit 6545257

Browse files
authored
Merge pull request #48808 from iarspider/iarspider-patches-20250827-1
Disable testTables and import-tables tests for ASAN IBs
2 parents 2de4944 + d0f6aa3 commit 6545257

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PhysicsTools/PythonAnalysis/test/BuildFile.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<test name="test_bs4" command="test_bs4.py"/>
77
<test name="testBottleneck" command="testBottleneck.py"/>
88
<test name="testNumExpr" command="testNumExpr.py"/>
9+
<ifrelease name="!ASAN">
910
<test name="testTables" command="testTables.py"/>
11+
</ifrelease>
1012
<test name="testXGBoost_and_sklearn" command="testXGBoost_and_sklearn.py"/>
1113
<test name="testUncertainties" command="testUncertainties.py"/>
1214
<test name="testJupyter" command="testJupyter.sh"/>
@@ -105,7 +107,9 @@
105107
<test name="import-sniffio" command="python3 -c 'import sniffio'"/>
106108
<test name="import-sqlalchemy" command="python3 -c 'import sqlalchemy'"/>
107109
<test name="import-sympy" command="python3 -c 'import sympy'"/>
110+
<ifrelease name="!ASAN">
108111
<test name="import-tables" command="python3 -c 'import tables'"/>
112+
</ifrelease>
109113
<test name="import-tensorflow" command="python3 -c 'import tensorflow'"/>
110114
<test name="import-terminado" command="python3 -c 'import terminado'"/>
111115
<test name="import-testpath" command="python3 -c 'import testpath'"/>

0 commit comments

Comments
 (0)