Update note on current test status

PiperOrigin-RevId: 295259288
diff --git a/docs/getting_started_on_linux.md b/docs/getting_started_on_linux.md
index 4d44caf..840a6bc 100644
--- a/docs/getting_started_on_linux.md
+++ b/docs/getting_started_on_linux.md
@@ -134,9 +134,8 @@
 ### Build
 
 ```shell
-# Run all tests (as of Oct-23-2019, all tests build but some still fail in the
-# OSS version).
-bazel test -k iree/... test/... bindings/python/...
+# Run all core tests
+bazel test -k iree/...
 
 # Or build with optimizations disabled (just for IREE, not for deps) and
 # debug symbols retained. This assumes you have an alias like above setup):