diff --git a/platformtests/README.md b/platformtests/README.md deleted file mode 100644 index 9f05880656f..00000000000 --- a/platformtests/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Platform Tests - -This directory contains test suites checking per-platform assumptions. -These tests require platform access that is not appropriate for platform-agnostic unit tests. -The `t` directory name (unlike `tests`) allows us to share [the project `vendor` directory managed by `dep`](../docs/dev/dependencies.md#go). - -Platforms: - -* [aws](aws)