Skip to content

PR #7119

PR #7119 #4171

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

1 fail, 21 skipped, 5 246 pass in 33m 31s

   852 files  + 32     852 suites  +32   33m 31s ⏱️ + 2m 21s
 5 268 tests + 66   5 246 ✅ + 66  21 💤 ±0  1 ❌ ±0 
10 397 runs  +132  10 355 ✅ +132  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.