summaryrefslogtreecommitdiff
path: root/tests/gem_exec_flush.c
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-10-13 14:59:55 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-10-18 13:11:41 +0300
commit0d3c8a5fbb4d4c2246c1ed8f31b4754f5f9a6ca4 (patch)
tree151a1b16c6ddf880b48a62273355b9769079d19e /tests/gem_exec_flush.c
parent892abc602a8ae7434636b18891ea6bd47385f729 (diff)
tests: Clean up igt_skip_on_simulation() uses
General update to reflect current state of things. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/gem_exec_flush.c')
-rw-r--r--tests/gem_exec_flush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gem_exec_flush.c b/tests/gem_exec_flush.c
index 803d45b6..c93eee4b 100644
--- a/tests/gem_exec_flush.c
+++ b/tests/gem_exec_flush.c
@@ -576,8 +576,6 @@ igt_main
unsigned cpu = x86_64_features();
int fd = -1;
- igt_skip_on_simulation();
-
igt_fixture {
igt_require(igt_setup_clflush());
fd = drm_open_driver(DRIVER_INTEL);