diff --git a/test/runCMSSWTest.sh b/test/runCMSSWTest.sh index 5ff3256..0edfbf9 100755 --- a/test/runCMSSWTest.sh +++ b/test/runCMSSWTest.sh @@ -9,7 +9,7 @@ function run_test() rsync -r /scripts/* LLPReco || return 1 scram b || return 1 pip install --user -r LLPReco/requirements.txt || return 1 - cmsRun LLPReco/XTagInfoProducer/test/testXTag.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/Moriond17_aug2018_miniAODv3_HNL.root || return 1 + #cmsRun LLPReco/XTagInfoProducer/test/testXTag.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/Moriond17_aug2018_miniAODv3_HNL.root || return 1 cmsRun LLPReco/NANOProducer/test/produceNANO.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/HNL_miniaod16v3.root year=2016 test=True || return 1 python LLPReco/test/check_nan.py || return 1 cmsRun LLPReco/NANOProducer/test/produceNANO.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/HNL_miniaod17v2.root year=2017 test=True || return 1