summaryrefslogtreecommitdiff
path: root/tests/kms_setmode.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_setmode.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_setmode.c')
-rw-r--r--tests/kms_setmode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index 8ace587e..802a9c3d 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -854,8 +854,6 @@ igt_main_args("dt:", NULL, help_str, opt_handler, NULL)
};
int i;
- igt_skip_on_simulation();
-
igt_assert_f(!(dry_run && filter_test_id),
"only one of -d and -t is accepted\n");