Skip to content

Commit

Permalink
Try to fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Nov 3, 2024
1 parent c4edaad commit 24e4068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unit_tests/library/extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ class redirect_stderr

BOOST_AUTO_TEST_SUITE(library_extract)

BOOST_AUTO_TEST_CASE(dummy)
{
BOOST_CHECK(true);
}

// BOOST_AUTO_TEST_CASE(test_extract_with_invalid_config)
// {
// oneapi::tbb::task_scheduler_handle handle{tbb::attach{}};
Expand Down

0 comments on commit 24e4068

Please sign in to comment.