Skip to content

Commit bfe59eb

Browse files
committed
[ML] Revert deliberate test failure after successful analysis testing
The analysis step correctly identified the Boost.Test failure on all platforms. Reverting to restore normal test behaviour. Made-with: Cursor
1 parent c9d9ef0 commit bfe59eb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/ver/unittest/CBuildInfoTest.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
BOOST_AUTO_TEST_SUITE(CBuildInfoTest)
2121

22-
BOOST_AUTO_TEST_CASE(testDeliberateFailure) {
23-
BOOST_FAIL("DELIBERATE TEST FAILURE: testing CI build failure analysis step — will be reverted");
24-
}
25-
2622
BOOST_AUTO_TEST_CASE(testFullInfo) {
2723
std::string fullInfo(ml::ver::CBuildInfo::fullInfo());
2824
LOG_DEBUG(<< fullInfo);

0 commit comments

Comments
 (0)