Skip to content

Commit 3b09112

Browse files
committed
Skip broken scale tests
1 parent 0e5fe2c commit 3b09112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/xAOD/test_large_xAOD_datasets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# this function tests the ability of ServiceX to pull one hundred column of data from a 10 TB dataset
2020
@pytest.mark.stress
21-
def test_servicex_10TB_capacity(endpoint_xaod, large_xaod_did):
21+
def xxx_broken_test_servicex_10TB_capacity(endpoint_xaod, large_xaod_did):
2222
with ignore_cache():
2323
sx = ServiceXDataset(large_xaod_did,
2424
backend_name=endpoint_xaod,
@@ -244,8 +244,8 @@ def test_servicex_10TB_capacity(endpoint_xaod, large_xaod_did):
244244

245245
# This test retrieves 20 columns from 10 datasets at the same time. This takes a lot of memory!
246246
@pytest.mark.asyncio
247-
@pytest.mark.stress2
248-
async def test_multiple_requests():
247+
@pytest.mark.stress
248+
async def xxx_broken_test_multiple_requests():
249249
dataset = [ServiceXDataset('mc15_13TeV:mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.merge.DAOD_STDM3.e3601_s2576_s2132_r6630_r6264_p2363_tid05630052_00'), \
250250
ServiceXDataset('mc16_13TeV:mc16_13TeV.301000.PowhegPythia8EvtGen_AZNLOCTEQ6L1_DYee_120M180.deriv.DAOD_SUSY18.e3649_e5984_s3126_r10201_r10210_p3840_tid18281770_00'), \
251251
ServiceXDataset('mc16_13TeV:mc16_13TeV.301000.PowhegPythia8EvtGen_AZNLOCTEQ6L1_DYee_120M180.deriv.DAOD_EXOT0.e3649_e5984_s3126_r10724_r10726_p4180_tid21859882_00'), \

0 commit comments

Comments
 (0)