diff --git a/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp b/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp index 39b7ceb79488e..5d75420b4f2a2 100644 --- a/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp +++ b/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: CMPLRLLVM-67039 - // Test that usm device pointer can be used in a kernel compiled for a context // with multiple devices.