Skip to content

Commit

Permalink
Temporarily disable Geometry test for Cmse (host fixture)
Browse files Browse the repository at this point in the history
See issue celeritas-project#1570 for more details.
  • Loading branch information
mrguilima committed Jan 9, 2025
1 parent d66cfb3 commit 4f830b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/celeritas/geo/Geometry.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ TEST_F(ThreeSpheresTest, TEST_IF_CELER_DEVICE(device))
//---------------------------------------------------------------------------//
// CMSE
//---------------------------------------------------------------------------//

TEST_F(CmseTest, host)
// TODO: ensure reference values are the same for all CI platforms (see #1570)
TEST_F(CmseTest, DISABLE_host)
{
auto const& bbox = this->geometry()->bbox();
real_type const geo_eps
Expand Down

0 comments on commit 4f830b1

Please sign in to comment.