Skip to content

PR #7119

PR #7119 #4171

GitHub Actions / Test Results failed Jul 9, 2025 in 0s

1 fail, 21 skipped, 5 565 pass in 34m 57s

   886 files  + 66     886 suites  +66   34m 57s ⏱️ + 3m 47s
 5 587 tests +385   5 565 ✅ +385  21 💤 ±0  1 ❌ ±0 
11 035 runs  +770  10 993 ✅ +770  41 💤 ±0  1 ❌ ±0 

Results for commit 623bf17. ± Comparison against earlier commit f68c320.

Annotations

Check warning on line 0 in com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

show_addsViewOnlyOnce (com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest) failed

artifacts/unit-test-result-/firebase-inappmessaging-display/build/test-results/testDebugUnitTest/TEST-com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest.xml [took 1s]
Raw output
expected: WM.LayoutParams{(0,0)(fillxwrap) gr=#11 ty=1003 fl=#1 fmt=-3}
but was : WM.LayoutParams{(0,0)(fillxwrap) gr=#11 ty=1003 fl=#1000001 fmt=-3}
	at com.google.firebase.inappmessaging.display.internal.FiamWindowManagerTest.show_addsViewOnlyOnce(FiamWindowManagerTest.java:107)
	Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call.