aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2018-06-15 15:07:24 -0700
committerGravatar Marek Gilbert <mcg@google.com>2018-06-15 16:07:58 -0700
commit914542d7bf8cc199f33f0f81e105c1af04c3ddd7 (patch)
treecb543f5396166aace534e2afcc4af46bf8adb386 /scripts
parent0b77f5a68fb983ff9a3f6232c6025282ed8a89e8 (diff)
Remove exclusions for serializer_test.cc
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_test_inclusion.py2
-rwxr-xr-xscripts/sync_project.rb3
2 files changed, 0 insertions, 5 deletions
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.