aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check_test_inclusion.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_test_inclusion.py')
-rwxr-xr-xscripts/check_test_inclusion.py2
1 files changed, 0 insertions, 2 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",
])