Index: tools/bots/cross-vm.py |
diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py |
index f11777ee9c28c6701fbbc5b71f7299dfa28de173..bf09cb18ae1b9b1263288f627f43ee282cb7c1e3 100644 |
--- a/tools/bots/cross-vm.py |
+++ b/tools/bots/cross-vm.py |
@@ -70,7 +70,7 @@ def target_builder(arch, mode): |
test_args = [sys.executable, test_py, '--progress=line', '--report', |
'--time', '--compiler=none', '--runtime=vm', '--write-debug-log', |
'--write-test-outcome-log', '--mode=' + mode, '--arch=' + arch, |
- '--exclude-suite=pkg'] |
+ '--exclude-suite=pkg,pkg_tested'] |
revision = os.environ['BUILDBOT_GOT_REVISION'] |
tarball = tarball_name(arch, mode, revision) |