mirror of https://github.com/apache/cassandra
Ignore failing test
This commit is contained in:
parent
b3dff3e035
commit
671f9872d7
|
|
@ -24,6 +24,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.concurrent.atomic.AtomicLong;
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.apache.cassandra.concurrent.Interruptible;
|
import org.apache.cassandra.concurrent.Interruptible;
|
||||||
|
|
@ -55,6 +56,7 @@ import static org.junit.Assert.assertEquals;
|
||||||
public class ClusterMetadataUpgradeHarryTest extends UpgradeTestBase
|
public class ClusterMetadataUpgradeHarryTest extends UpgradeTestBase
|
||||||
{
|
{
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("CASSANDRA-21473")
|
||||||
public void simpleUpgradeTest()
|
public void simpleUpgradeTest()
|
||||||
{
|
{
|
||||||
AtomicReference<Interruptible> executor = new AtomicReference<>();
|
AtomicReference<Interruptible> executor = new AtomicReference<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue