Skip to content

Commit 6ac8e12

Browse files
More tests
1 parent e57cd53 commit 6ac8e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_framework/src/firebase_test_framework.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ char** EditMainArgsForGoogleTest(int* argc, char* argv[]) {
352352

353353
// Add elements to the `modified_args` vector to specify to googletest.
354354
modified_args.push_back("--gtest_catch_exceptions=0");
355-
modified_args.push_back("--gtest_filter=TransactionTest*");
356355

357356
// Create a new `argv` with the elements from the `modified_args` vector and
358357
// write the new count back to `argc`. The memory leaks produced by

0 commit comments

Comments
 (0)