disable testNahiriSacrificePrevented test

* will enable with #13916
This commit is contained in:
jmlundeen 2025-08-17 14:49:39 -05:00
parent 0651825e6d
commit 8b636b9926

View file

@ -2,6 +2,7 @@ package org.mage.test.cards.single.one;
import mage.constants.PhaseStep; import mage.constants.PhaseStep;
import mage.constants.Zone; import mage.constants.Zone;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase; import org.mage.test.serverside.base.CardTestPlayerBase;
@ -40,6 +41,7 @@ public class NahirisSacrificeTest extends CardTestPlayerBase {
} }
@Test @Test
@Ignore // Enable after merging #13916
public void testNahirisSacrificePrevented() { public void testNahirisSacrificePrevented() {
setStrictChooseMode(true); setStrictChooseMode(true);