Skip to content

Commit c2ad1ed

Browse files
committed
Attempt to fix tests
1 parent 3ac6067 commit c2ad1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/build/ios/plugin_ios_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def setUp(self):
2121
BaseClass.setUp(self)
2222
Xcode.cleanup_cache()
2323
Folder.cleanup(self.app_name)
24+
run("rm -rf ~/.gradle")
2425

2526
def tearDown(self):
2627
BaseClass.tearDown(self)

0 commit comments

Comments
 (0)