Skip to content

Commit e4c947d

Browse files
committed
Update test_all_distrs.py
1 parent 770cf3f commit e4c947d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

skpro/distributions/tests/test_all_distrs.py

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ def _has_capability(distr, method):
5959
class TestAllDistributions(PackageConfig, DistributionFixtureGenerator, QuickTester):
6060
"""Module level tests for all skpro parameter fitters."""
6161

62+
# TEMPORARY skip for CyclicBoosting and QPD classes
63+
# due to silent failures on main, se #190
64+
exclude_objects = ["QPD_B"]
65+
# remove this when fixing failures to re-enable testing
66+
6267
def test_shape(self, object_instance):
6368
"""Test index, columns, len and shape of distribution."""
6469
d = object_instance

0 commit comments

Comments
 (0)