diff --git a/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp b/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp index cacf662bf5..47fefd27e5 100644 --- a/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp +++ b/opencl/test/unit_test/os_interface/linux/drm_command_stream_tests.cpp @@ -1207,9 +1207,6 @@ HWTEST_TEMPLATED_F(DrmCommandStreamEnhancedTest, givenPrintBOsForSubmitWhenPrint } expected << "\n"; - std::cout << output << std::endl; - std::cout << expected.str() << std::endl; - EXPECT_FALSE(output.compare(expected.str())); mm->freeGraphicsMemory(allocation1);