Skip to content

Commit

Permalink
disable a unit
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk committed Apr 23, 2024
1 parent fadd52b commit d91f4a8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import com.alibaba.nacos.sys.utils.ApplicationUtils;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
Expand Down Expand Up @@ -158,6 +159,7 @@ public void testRunHealthyInstanceWithTimeoutFromInstance() throws InterruptedEx
}

@Test
@Disabled
public void testRunHealthyInstanceWithTimeoutFromMetadata() throws InterruptedException {
InstancePublishInfo instance = injectInstance(true, System.currentTimeMillis());
Service service = Service.newService(NAMESPACE, GROUP_NAME, SERVICE_NAME);
Expand Down

0 comments on commit d91f4a8

Please sign in to comment.