Skip to content

Commit 741adb4

Browse files
committed
Disable flaky test
1 parent 13617e4 commit 741adb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unified-runtime/test/conformance/exp_command_buffer/rect_read.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ static std::vector<uur::test_parameters_t> generateParameterizations() {
5959
64, 8, 64);
6060
// Tests that a 4x16x2 region can be read from a 8x32x1 device buffer at
6161
// offset {1,2,0} to a 8x32x4 host buffer at offset {4,1,3}.
62-
PARAMETERIZATION(write_2d_3d, 256, 1024, (ur_rect_offset_t{1, 2, 0}),
63-
(ur_rect_offset_t{4, 1, 3}), (ur_rect_region_t{4, 16, 1}), 8,
64-
256, 8, 256);
62+
// PARAMETERIZATION(write_2d_3d, 256, 1024, (ur_rect_offset_t{1, 2, 0}),
63+
// (ur_rect_offset_t{4, 1, 3}), (ur_rect_region_t{4, 16, 1}), 8,
64+
// 256, 8, 256);
6565
// Tests that a 1x4x1 region can be read from a 8x16x4 device buffer at
6666
// offset {7,3,3} to a 2x8x1 host buffer at offset {1,3,0}.
6767
// PARAMETERIZATION(write_3d_2d, 512, 16, (ur_rect_offset_t{7, 3, 3}),

0 commit comments

Comments
 (0)