Skip to content

Commit 7ace512

Browse files
committed
fix: restrict feature_unsupported_utxo_db to Linux
1 parent 5c38d5c commit 7ace512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_unsupported_utxo_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def set_test_params(self):
2020

2121
def skip_test_if_missing_module(self):
2222
self.skip_if_no_previous_releases()
23+
self.skip_if_platform_not_linux()
2324

2425
def setup_network(self):
2526
self.add_nodes(

0 commit comments

Comments
 (0)