1{ 2 "imports": [ 3 { 4 "path": "packages/modules/Connectivity" 5 } 6 ], 7 "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [ 8 // Runs both NetHttpTests and CtsNetHttpTestCases 9 { 10 "name": "NetHttpCoverageTests", 11 "options": [ 12 { 13 "exclude-annotation": "com.android.testutils.SkipPresubmit" 14 }, 15 { 16 // These sometimes take longer than 1 min which is the presubmit timeout 17 "exclude-annotation": "androidx.test.filters.LargeTest" 18 } 19 ] 20 } 21 ], 22 "presubmit": [ 23 { 24 "name": "net_unittests_tester", 25 "options": [ 26 // Use exclude-filter once (b/342355769) has been fixed 27 { 28 "set-option": "exclude-filter:HttpAuthNegotiateAndroidTest.GenerateAuthToken" 29 }, 30 { 31 "set-option": "exclude-filter:MerkleAuditProofDeathTest.DiesIfLeafIndexIsGreaterThanOrEqualToTreeSize" 32 }, 33 { 34 "set-option": "exclude-filter:CertNetFetcherURLRequestTest.ParallelFetchDuplicates" 35 }, 36 { 37 "set-option": "exclude-filter:DiskCacheBackendTest.SimpleDoomRecent" 38 }, 39 { 40 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCname" 41 }, 42 { 43 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCnameStandardPort" 44 }, 45 { 46 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCnameNonstandardPort" 47 }, 48 { 49 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.CnameSync" 50 }, 51 { 52 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.CnameAsync" 53 }, 54 { 55 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.ServerNotInKerberosDatabase" 56 }, 57 { 58 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.NoKerberosCredentials" 59 }, 60 { 61 "set-option": "exclude-filter:EmbeddedTestServerTestInstantiation/EmbeddedTestServerTest#ConnectionListenerComplete/*" 62 } 63 ] 64 }, 65 { 66 "name": "cronet_unittests_tester" 67 }, 68 // Runs both NetHttpTests and CtsNetHttpTestCases 69 { 70 "name": "NetHttpCoverageTests", 71 "options": [ 72 { 73 "exclude-annotation": "com.android.testutils.SkipPresubmit" 74 }, 75 { 76 // These sometimes take longer than 1 min which is the presubmit timeout 77 "exclude-annotation": "androidx.test.filters.LargeTest" 78 } 79 ] 80 } 81 ], 82 "postsubmit": [ 83 { 84 "name": "NetHttpCoverageTests" 85 }, 86 { 87 "name": "net_unittests_tester" 88 }, 89 { 90 "name": "license_converter_test" 91 } 92 ] 93} 94