Skip to content

Commit 4fbe63e

Browse files
authored
Merge pull request #305 from rushikeshjadhav/linstor/disable-thick-type-tests
Disabled "thick" SR type tests due to instability during teardown.
2 parents 273939f + 54d5599 commit 4fbe63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/linstor/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def lvm_disks(host, sr_disks_for_all_hosts, provisioning_type):
4545
def storage_pool_name(provisioning_type):
4646
return GROUP_NAME if provisioning_type == "thick" else STORAGE_POOL_NAME
4747

48-
@pytest.fixture(params=["thin", "thick"], scope="session")
48+
@pytest.fixture(params=["thin"], scope="session")
4949
def provisioning_type(request):
5050
return request.param
5151

0 commit comments

Comments
 (0)