diff --git a/tests/gpu/BlockUniTensor_test.cpp b/tests/gpu/BlockUniTensor_test.cpp index f43a7975..3e26d6c9 100644 --- a/tests/gpu/BlockUniTensor_test.cpp +++ b/tests/gpu/BlockUniTensor_test.cpp @@ -1,6 +1,7 @@ #include "BlockUniTensor_test.h" TEST_F(BlockUniTensorTest, gpu_Trace) { + GTEST_SKIP() << "Calculating the trace of a matrix is not implemented on the GPU."; // std::cout< t_i_e[4][4] = {{{-2.0, 0}, {0, 0}, {0, 0}, {-1, 0}}, {{0, 0}, {0, 0}, {-1, 0}, {0, 0}},