Properly skip tests in packages directories.
diff --git a/.status b/.status
index c302eb4..c4ea50b 100644
--- a/.status
+++ b/.status
@@ -3,7 +3,12 @@
 # BSD-style license that can be found in the LICENSE file.
 
 # Skip non-test files ending with "_test".
+packages/*: Skip
 */packages/*: Skip
+*/*/packages/*: Skip
+*/*/*/packages/*: Skip
+*/*/*/*packages/*: Skip
+*/*/*/*/*packages/*: Skip
 
 # Only run tests from the build directory, since we don't care about the
 # difference between transformed an untransformed code.