| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 0c0512cefa268339c737b22056520b9a36b251c0..959a310c8a657e10a9d6fa29890c7a4c445ce269 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -9,6 +9,13 @@
|
| # arithmetic natively, i.e., the VM.
|
| fixnum/test/int_64_vm_test: Skip
|
|
|
| +# Don't run any test-like files that show up in packages directories. It
|
| +# shouldn't be necessary to run "pub install" in these packages, but if you do
|
| +# it shouldn't break the tests.
|
| +*/packages/*/*: Skip
|
| +*/*/packages/*/*: Skip
|
| +*/*/*/packages/*/*: Skip
|
| +
|
| # Skip non-test files ending with "_test".
|
| scheduled_test/lib/*: Skip
|
|
|
|
|