Skip to content

Commit

Permalink
TestQuotaRepairTask fixed in HDDS-11868
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Dec 19, 2024
1 parent 6bca61a commit 57dd209
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@
import org.apache.hadoop.ozone.om.response.volume.OMQuotaRepairResponse;
import org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos;
import org.apache.hadoop.util.Time;
import org.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.Test;

import java.io.IOException;

/**
* Test class for quota repair.
*/
@Unhealthy("HDDS-11868")
public class TestQuotaRepairTask extends TestOMKeyRequest {

@Test
Expand Down

0 comments on commit 57dd209

Please sign in to comment.