Ignore network policy related flaky hostside tests in presubmit.

Bug: 170180675
Test: n/a
Change-Id: I991df532e30b8a420de7f2ad8acbdda650ba20b9
This commit is contained in:
Sudheer Shanka
2020-10-06 19:17:05 -07:00
parent 58686805ae
commit 4b501d3868

View File

@@ -9,6 +9,9 @@
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
},