diff --git a/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java b/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java index a7825c4b..0039236c 100644 --- a/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java +++ b/src/integration/java/com/smartcar/sdk/VehicleIntegrationTest.java @@ -230,10 +230,10 @@ public void testActionStopCharge() throws SmartcarException { /** * Test that the vehicle sendDestination action works. */ - @Test(groups = "vehicle") - public void testActionSendDestination() throws SmartcarException { - this.eVehicle.sendDestination(47.6205063, -122.3518523); - } + // @Test(groups = "vehicle") + // public void testActionSendDestination() throws SmartcarException { + // this.eVehicle.sendDestination(47.6205063, -122.3518523); + // } /** * Tests that the batch request method works.