Skip to content

Commit

Permalink
HIVE-28659: Disable test: TestMetaStoreDeadlock (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzhhu653 authored Dec 9, 2024
1 parent c27d317 commit 0e75930
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
import org.apache.thrift.TException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

@Ignore("HIVE-28659")
@Category(MetastoreUnitTest.class)
public class TestMetaStoreDeadlock {
private Configuration conf;
Expand Down Expand Up @@ -117,5 +119,4 @@ public List<Partition> transformPartitions(List<Partition> objects,
return super.transformPartitions(objects, table, processorCapabilities, processorId);
}
}

}

0 comments on commit 0e75930

Please sign in to comment.