Skip to content

Commit

Permalink
test: skip core_log_default_function tests for static builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 8, 2024
1 parent 00195e1 commit 39c1892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/core_log_default_function/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@


@g.require_granularity(g.ANY)
# No dynamic libraries are used nor .static_* builds are available.
@t.require_build(['debug','nondebug'])
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down

0 comments on commit 39c1892

Please sign in to comment.