From 914542d7bf8cc199f33f0f81e105c1af04c3ddd7 Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Fri, 15 Jun 2018 15:07:24 -0700 Subject: Remove exclusions for serializer_test.cc --- scripts/check_test_inclusion.py | 2 -- scripts/sync_project.rb | 3 --- 2 files changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/check_test_inclusion.py b/scripts/check_test_inclusion.py index 7f5f354..7f6e43c 100755 --- a/scripts/check_test_inclusion.py +++ b/scripts/check_test_inclusion.py @@ -26,8 +26,6 @@ import sys # Tests that are known not to compile in Xcode and can't be added there. EXCLUDED = frozenset([ - # b/79496027 - "Firestore/core/test/firebase/firestore/remote/serializer_test.cc", ]) diff --git a/scripts/sync_project.rb b/scripts/sync_project.rb index f353f31..ba9f98b 100755 --- a/scripts/sync_project.rb +++ b/scripts/sync_project.rb @@ -50,9 +50,6 @@ def sync_firestore() 'CMakeLists.txt', 'InfoPlist.strings', '*.plist', - - # b/79496027 - 'Firestore/core/test/firebase/firestore/remote/serializer_test.cc', ] # Folder groups in the Xcode project that contain tests. -- cgit v1.2.3