Skip to content

Commit

Permalink
disable the legacy-live test from running
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed Dec 5, 2023
1 parent 4bb37e0 commit 0a22c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/unit-tests-live.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5094,7 +5094,7 @@ TEST_CASE("Test Motion Module Extension", "[software-device][using_pipeline][pro
}

// Marked as MayFail due to DSO-11753. TODO -revisit once resolved
TEST_CASE("Projection from recording", "[software-device][using_pipeline][projection][!mayfail]") {
TEST_CASE("Projection from recording", "[software-device-disabled][using_pipeline][projection][!mayfail]") {
rs2::context ctx = make_context( SECTION_FROM_TEST_NAME );
if( ! ctx )
return;
Expand Down

0 comments on commit 0a22c4e

Please sign in to comment.