summaryrefslogtreecommitdiff
path: root/tests/dumb_buffer.c
diff options
context:
space:
mode:
authorSwati Sharma <swati2.sharma@intel.com>2019-12-02 19:33:13 +0530
committerPetri Latvala <petri.latvala@intel.com>2019-12-03 11:13:27 +0200
commitd25d8298479abeb78a1540b7e0235dd456621a6e (patch)
treebab2c3a3e0dc67ec22fd98e9ae1e4d3938da1bf5 /tests/dumb_buffer.c
parent86defac2c9c88e0b8617182ef04531613c204b39 (diff)
tests: remove igt_skip_on_simulation()
Removing igt_skip_on_simulation() from tests since this feature is not supported anymore. v2: Rebase v3: Removed skip_on_simulation() from tests/dumb_buffer Signed-off-by: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Karthik B S <karthik.b.s@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'tests/dumb_buffer.c')
-rw-r--r--tests/dumb_buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/dumb_buffer.c b/tests/dumb_buffer.c
index 5774a73f..3d2dc996 100644
--- a/tests/dumb_buffer.c
+++ b/tests/dumb_buffer.c
@@ -352,8 +352,6 @@ igt_main
{
int fd = -1;
- igt_skip_on_simulation();
-
igt_fixture {
fd = drm_open_driver(DRIVER_ANY);
}