Make net cts not using isolated storage

Disabling isolated storage so existing tests can still write files to
/sdcard and shell can read it successfully.

Bug: 124651276
Test: atest android.net.cts.NetworkWatchlistTest#testGetWatchlistConfigHash
Change-Id: I6c40d1ae12fc2cff76c976c11650423df5ce044f
This commit is contained in:
Ricky Wai
2019-02-20 15:46:43 +00:00
parent 3ac01ef88b
commit 328a891956

View File

@@ -26,5 +26,6 @@
<option name="package" value="android.net.cts" />
<option name="runtime-hint" value="9m4s" />
<option name="hidden-api-checks" value="false" />
<option name="isolated-storage" value="false" />
</test>
</configuration>