Skip to content

Commit dcff7f2

Browse files
committed
Revert "change skip logic"
This reverts commit 17a5d8c.
1 parent cdbf547 commit dcff7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api_dsc_db2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from wiotp.sdk.exceptions import ApiException
2222

2323

24-
@pytest.mark.skipif(os.getenv("DB2_PASSWORD") is None or os.getenv("DB2_PASSWORD") == "", reason="DB2 settings not provided")
24+
@pytest.mark.skipif(os.getenv("DB2_PASSWORD") is None, reason="DB2 settings not provided")
2525
@testUtils.oneJobOnlyTest
2626
class TestDscDb2(testUtils.AbstractTest):
2727
def checkDB2Service(self, service, name, description):

0 commit comments

Comments
 (0)