Skip to content

Commit fe79031

Browse files
authored
Re-enable storage test in ios now that ios 10.1 is being used (#1137)
1 parent 7de73ba commit fe79031

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

storage/integration_test/src/integration_test.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,7 @@ const char kPutFileTestFile[] = "PutFileTest.txt";
573573
const char kGetFileTestFile[] = "GetFileTest.txt";
574574
const char kFileUriScheme[] = "file://";
575575

576-
// TODO(b/255839066): Re-enable this test after the iOS 10.1.0 release
577-
#if FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
578-
TEST_F(FirebaseStorageTest, DISABLED_TestPutFileAndGetFile) {
579-
#else
580576
TEST_F(FirebaseStorageTest, TestPutFileAndGetFile) {
581-
#endif // FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
582577
SignIn();
583578

584579
firebase::storage::StorageReference ref =

0 commit comments

Comments
 (0)