Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Apr 16, 2023
1 parent fafebb6 commit c49323e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/live/d400/test-auto-limits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/////////////////////////////////////////////////////////////////////////////

//#test:device D400* !D457
// auto-limits option is deprecated currently
// auto-limits option is deprecated currently [LRS-487]
//#test:donotrun

#include "../../catch.h"
Expand Down
1 change: 1 addition & 0 deletions unit-tests/live/metadata/test-alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def append_testing_profiles(dev) -> None:
"""
global testing_profiles

# We only pick default profiles to avoid starting unsupported profiles
for s in dev.sensors:
for p in s.profiles:
if not is_contain_profile(testing_profiles, p) and p.is_default():
Expand Down

0 comments on commit c49323e

Please sign in to comment.