Skip to content

Commit 33ac2ec

Browse files
committed
xfail
1 parent 2be485d commit 33ac2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc3/tests/test_distributions_random.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,10 @@ def test_half_flat(self):
713713
def test_binomial(self):
714714
pymc3_random_discrete(pm.Binomial, {"n": Nat, "p": Unit}, ref_rand=st.binom.rvs)
715715

716+
@pytest.mark.xfail(
717+
sys.platform.startswith("win"),
718+
reason="Known issue: https://github.com/pymc-devs/pymc3/pull/4269",
719+
)
716720
def test_beta_binomial(self):
717721
pymc3_random_discrete(
718722
pm.BetaBinomial, {"n": Nat, "alpha": Rplus, "beta": Rplus}, ref_rand=self._beta_bin

0 commit comments

Comments
 (0)