Skip to content

Commit 6016a87

Browse files
@W-21933885: [MSDK Android] App Attestation Implementation (Ignore Flaky RestClientTest)
1 parent 75a4590 commit 6016a87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk/rest/RestClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
import org.junit.After;
5151
import org.junit.Assert;
5252
import org.junit.Before;
53+
import org.junit.Ignore;
5354
import org.junit.Test;
5455
import org.junit.runner.RunWith;
5556

@@ -732,6 +733,7 @@ public void testQueryAll() throws Exception {
732733
* Create new account then look for it using soql.
733734
* @throws Exception
734735
*/
736+
@Ignore
735737
@Test(timeout = 180000) // 3 minutes - test creates 201 accounts which takes time, especially in Firebase Test Lab
736738
public void testQueryWithBatchSize() throws Exception {
737739
cleanup();

0 commit comments

Comments
 (0)