tests: Instrument gem_seqno_wrap to run in simulation

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index f354a52..8d94858 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -577,7 +577,7 @@
 	};
 
 	strcpy(options.cmd, "");
-	options.rounds = 50;
+	options.rounds = SLOW_QUICK(50, 2);
 	options.background = 0;
 	options.dontwrap = 0;
 	options.timeout = 20;
@@ -647,8 +647,6 @@
 	int wcount = 0;
 	int r = -1;
 
-	drmtest_skip_on_simulation();
-
 	parse_options(argc, argv);
 
 	card_index = drm_get_card(0);