From 476aa0783c651fc29bf939782b5b089d990a2424 Mon Sep 17 00:00:00 2001 From: Shilpa Jagannath Date: Wed, 16 Aug 2017 15:07:54 +0530 Subject: [PATCH] Run all tests by default, figure out how to skip landsat tests in a better way Signed-off-by: Vasu Kulkarni --- qa/tasks/s3a_hadoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/s3a_hadoop.py b/qa/tasks/s3a_hadoop.py index 46b98a4c9c44e..3eb88ddcd1a68 100644 --- a/qa/tasks/s3a_hadoop.py +++ b/qa/tasks/s3a_hadoop.py @@ -84,7 +84,7 @@ def task(ctx, config): if hadoop_ver.startswith('2.8'): # test all ITtests but skip AWS test using public bucket landsat-pds # which is not available from within this test - test_options = '-Dit.test=ITestS3A* -Dit.test=\!ITestS3AAWSCredentialsProvider* -Dparallel-tests -Dscale -Dfs.s3a.scale.test.huge.filesize=128M verify' + test_options = '-Dit.test=ITestS3A* -Dparallel-tests -Dscale -Dfs.s3a.scale.test.huge.filesize=128M verify' else: test_options = 'test -Dtest=S3a*,TestS3A*' try: -- 2.39.5