Disable tests for PETSc with nonmatching type
The test fails using the PETSc
backend with a failed static assert
amdis/linearalgebra/petsc/Traits.hpp:19:5: static_assert(std::is_same<T,PetscScalar>::value, "");
This MR disables the tests with nonmatching types.