Skip to content

Commit 771c5d0

Browse files
committed
test
1 parent c3ea78c commit 771c5d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
2929
* ipp-v3-java-devkit - core component, contains rest API support
3030
* ipp-v3-java-devkit-assembly - builds final deployment package (zip) which includes everything
3131
* ipp-v3-java-devkit-shaded-assembly - builds lightweight version (some dependencies excluded)
32-
* ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit class
32+
* ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit classes
3333

3434
## System Requirements
3535
The SDK works on JDK 1.6 and above.

ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/QBODataServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ public void testExecuteQuery_get() throws FMSException {
512512
Assert.assertNull(queryResult.getTotalCount());
513513
}
514514

515-
@Test
515+
@Test(enabled=false)
516516
public void testExecuteQuery_post() throws FMSException {
517517
Customer customerIn = getCustomer();
518518
Customer customer = GenerateQuery.createQueryEntity(Customer.class);

0 commit comments

Comments
 (0)