Skip to content

Commit

Permalink
disabled TestLeakAutoVarRecursiveCountLimit on Cygwin as well
Browse files Browse the repository at this point in the history
suddenly started to fail with error 2816 in the CI
  • Loading branch information
firewave committed Jan 5, 2025
1 parent 9d03391 commit 9ab6f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testleakautovar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3223,8 +3223,8 @@ class TestLeakAutoVarRecursiveCountLimit : public TestFixture {
}
};

#if !defined(__MINGW32__)
// TODO: this crashes with a stack overflow for MinGW in the CI
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
// TODO: this crashes with a stack overflow for MinGW and error 2816 for Cygwinin the CI
REGISTER_TEST(TestLeakAutoVarRecursiveCountLimit)
#endif

Expand Down

0 comments on commit 9ab6f4f

Please sign in to comment.