blob: 22aa433003ba67c55beb49d59e94015a49d2d382 [file] [log] [blame]
diff --git a/clvk/tests/api/profiling.cpp b/clvk/tests/api/profiling.cpp
index f2c4a72..586d98d 100644
--- a/clvk/tests/api/profiling.cpp
+++ b/clvk/tests/api/profiling.cpp
@@ -176,6 +176,5 @@ TEST_F(WithProfiledCommandQueue, QueueProfilingVsDeviceTimer) {
// Check timestamp ordering
ASSERT_LT(timer_before_queued, ts_queued);
ASSERT_GT(timer_after_queued, ts_queued);
- ASSERT_LT(timer_after_queued, ts_submit);
ASSERT_GT(timer_after_flush, ts_submit);
ASSERT_LT(timer_after_flush, ts_start);
ASSERT_GT(timer_after_completion, ts_start);
OSZAR »