[test_config] Remove file and build rules.

This file is empty and not used anywhere.

Change-Id: If0ff858f676cbc816094d35c451fcafa015c81f5
Reviewed-on: https://fuchsia-review.googlesource.com/c/topaz/+/565109
Fuchsia-Auto-Submit: Ankur Mittal <anmittal@google.com>
Reviewed-by: Jason Campbell <jasoncampbell@google.com>
Commit-Queue: Ankur Mittal <anmittal@google.com>
diff --git a/BUILD.gn b/BUILD.gn
index 539323f..7d94d51 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -4,8 +4,3 @@
 
 group("topaz") {
 }
-
-group("test_config") {
-  testonly = true
-  deps = [ "tests/config" ]
-}
diff --git a/tests/config/BUILD.gn b/tests/config/BUILD.gn
deleted file mode 100644
index 663cd39..0000000
--- a/tests/config/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2020 The Fuchsia Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config.gni")
-
-config_data("max_severity") {
-  testonly = true
-  for_pkg = "run_test_component"
-  sources = [ "max_severity_topaz.json" ]
-}
-
-group("config") {
-  testonly = true
-  deps = [ ":max_severity" ]
-}
diff --git a/tests/config/OWNERS b/tests/config/OWNERS
deleted file mode 100644
index 0e3714f..0000000
--- a/tests/config/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-anwilson@google.com
-brycelee@google.com
-chaselatta@google.com
-jasoncampbell@google.com
-sanjayc@google.com
diff --git a/tests/config/max_severity_topaz.json b/tests/config/max_severity_topaz.json
deleted file mode 100644
index 0ba9cf5..0000000
--- a/tests/config/max_severity_topaz.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-   "tests":[
-   ]
-}
\ No newline at end of file