summaryrefslogtreecommitdiff
path: root/tests/drv_hangman.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drv_hangman.c')
-rw-r--r--tests/drv_hangman.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/drv_hangman.c b/tests/drv_hangman.c
index f4cdadb8..4af031ea 100644
--- a/tests/drv_hangman.c
+++ b/tests/drv_hangman.c
@@ -87,15 +87,6 @@ static void test_debugfs_error_state_exists(void)
close (fd);
}
-static void test_debugfs_ring_stop_exists(void)
-{
- int fd;
-
- igt_assert_lte(0, (fd = igt_debugfs_open("i915_ring_stop", O_RDONLY)));
-
- close(fd);
-}
-
static void read_dfs(const char *fname, char *d, int maxlen)
{
int fd;
@@ -336,9 +327,6 @@ igt_main
igt_subtest("error-state-sysfs-entry")
test_sysfs_error_exists();
- igt_subtest("ring-stop-sysfs-entry")
- test_debugfs_ring_stop_exists();
-
igt_subtest("error-state-basic")
test_error_state_basic();