Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions auth/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,8 @@ TEST_F(FirebaseAuthTest, TestWithCustomEmailAndPassword) {
EXPECT_NE(auth_->current_user(), nullptr);
}

#if ! defined(__linux__)
// Test is disabled on linux due to the need to unlock the keystore.
TEST_F(FirebaseAuthTest, TestAuthPersistenceWithAnonymousSignin) {
WaitForCompletion(auth_->SignInAnonymously(), "SignInAnonymously");
ASSERT_NE(auth_->current_user(), nullptr);
Expand All @@ -724,7 +726,10 @@ TEST_F(FirebaseAuthTest, TestAuthPersistenceWithAnonymousSignin) {
EXPECT_TRUE(auth_->current_user()->is_anonymous());
DeleteUser();
}
#endif // ! defined(__linux__)

#if ! defined(__linux__)
// Test is disabled on linux due to the need to unlock the keychain.
TEST_F(FirebaseAuthTest, TestAuthPersistenceWithEmailSignin) {
std::string email = GenerateEmailAddress();
WaitForCompletion(
Expand Down Expand Up @@ -762,6 +767,8 @@ TEST_F(FirebaseAuthTest, TestAuthPersistenceWithEmailSignin) {
EXPECT_NE(auth_->current_user(), nullptr);
DeleteUser();
}
#endif // ! defined(__linux__)


class PhoneListener : public firebase::auth::PhoneAuthProvider::Listener {
public:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
� һ�ՙ�(������ڧӗi4�N�Nh8��i|�(U�xJ\��b�<O~4"���9�;�L/�Ķ��%�)��gL �� 6�/�s1i��D|����r�(����o!��n�1\��? f����ϳ���@�4,�U$!+S���6�d��sj�����|FP|;�JǙz�
�ٿw2��j�6�O��Q��k4�<gnǝw�R�U�e_�'�Rs���t7q���v���j�
��'J/�;A1�nN���=u�`j��熇�: �m-��@��&V�@m2*�B�,Pd�h����<�lb��L�9C��^`�kq����*q�FK���-���c���+��!�E���V�z�!�I�0$Z;J������'���TMr�1��_��o�sd���x��V�xߏ��$�g$6�đ�TN�"�>
6�=�^�e��"X�?��$.k�|���q�����K����u��Ѫ����ZQm��oRϬ;���v����mO�ȁQ�&��jݧnfFT%�{5)l�q�a�J�)+��*?O�-�� �Ņ��;r���oԝ��������և�tw�ށ=�8��֚�wp�|Kڍ�c��ʼ�=𖂇�'V>�<a n�]��ˇ�fnG�ő�1���ԫ�f�H3�{�q|��Uo�j�[�z �\��쮑֨`q&jdo� �y�
Expand Down
Binary file not shown.