summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-03-04 10:53:21 -0800
committerJulien Desprez <jdesprez@google.com>2021-03-04 10:53:21 -0800
commitf5617f6d2ef74d9db6375de24ea7be47309ff076 (patch)
tree35a8fe378329096ea6e68aae91d95ad7c318b50c
parent3ebc0f074c296d07031aaa9f6ce93a6c8267ecc7 (diff)
downloads2-geometry-library-java-f5617f6d2ef74d9db6375de24ea7be47309ff076.tar.gz
Update s2-geometry-library-java-tests to not run in TEST_MAPPING
With b/180736967, java_test_host unit tests are automatically running in presubmit and do not need an explicit TEST_MAPPING. Change-Id: I3e26866a73336ef60fcfe7289414b1e496067d48 Test: presubmit Bug: 180736967
-rw-r--r--TEST_MAPPING8
1 files changed, 0 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index f2d55ed..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit": [
- {
- "name": "s2-geometry-library-java-tests",
- "host": true
- }
- ]
-}