diff --git a/system_tests/attempt_system_tests.py b/system_tests/attempt_system_tests.py index ed503bebab8e..78259ff76e62 100644 --- a/system_tests/attempt_system_tests.py +++ b/system_tests/attempt_system_tests.py @@ -34,6 +34,7 @@ 'storage', 'pubsub', 'bigquery', + 'bigtable', ) SCRIPTS_DIR = os.path.dirname(__file__) ROOT_DIR = os.path.abspath(os.path.join(SCRIPTS_DIR, '..'))