Skip to content

Commit

Permalink
Merge pull request #6034 from grom72/skip-static-build-in-ut
Browse files Browse the repository at this point in the history
test: skip run tests for static builds
  • Loading branch information
janekmi authored Mar 1, 2024
2 parents a7232e9 + 106675c commit ad17ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/core_log_internal/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@g.require_granularity(g.ANY)
@t.require_build('nondebug')
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down Expand Up @@ -36,6 +37,5 @@ class TEST4(CORE_LOG):
test_case = 'test_CORE_LOG_TRESHOLD'


@t.require_build('nondebug')
class TEST5(CORE_LOG):
test_case = 'test_CORE_LOG_TRESHOLD_DEFAULT'

0 comments on commit ad17ad3

Please sign in to comment.