Skip to content
Commit 9c539213 authored by Jun Ono's avatar Jun Ono Committed by Shunta Sato
Browse files

Change storage size before starting test

Symptom:
CancelFromNotificationUiTest is failed because of broken pipe error.

Root cause:
super.setUp() method will change the storage size to 100MB.
On the other hand, this test case uses a 500MB file as a
dummy file. Therefore, the file capacity is insufficient
and an error occurs.

Solution:
After excuting super.setup(), reset the storage size again to 500MB.

Bug: 72137394
Test: Unittest of com.android.documentsui.tests
Change-Id: Ib9cc0211b4e8176ff5747b977a9dc485d439ea8d
parent b2bd56d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment