summaryrefslogtreecommitdiff
path: root/tests/kms_plane_cursor.c
diff options
context:
space:
mode:
authorSwati Sharma <swati2.sharma@intel.com>2019-12-02 19:33:11 +0530
committerPetri Latvala <petri.latvala@intel.com>2019-12-03 11:13:27 +0200
commit29d90c9cdb7b03033f03e05882dd863ef9970269 (patch)
treef3b785d61f8a581321b3e86800e0734e281adb86 /tests/kms_plane_cursor.c
parent57ed6a75bc4fe575f78c12507d7ba3186ce3bdb7 (diff)
tests/i915/kms: remove igt_skip_on_simulation()
Removing igt_skip_on_simulation() from all the kms tests since this feature is not supported anymore. v2: Rebase 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/kms_plane_cursor.c')
-rw-r--r--tests/kms_plane_cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
index cbad0041..adcdf5e8 100644
--- a/tests/kms_plane_cursor.c
+++ b/tests/kms_plane_cursor.c
@@ -306,8 +306,6 @@ igt_main
enum pipe pipe;
int i;
- igt_skip_on_simulation();
-
igt_fixture {
data.drm_fd = drm_open_driver_master(DRIVER_ANY);