Skip to content

PR #7119

PR #7119 #4167

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

1 fail, 21 skipped, 5 019 pass in 27m 17s

  798 files  +  798    798 suites  +798   27m 17s ⏱️ + 27m 17s
5 041 tests +5 041  5 019 ✅ +5 019  21 💤 +21  1 ❌ +1 
9 943 runs  +9 943  9 901 ✅ +9 901  41 💤 +41  1 ❌ +1 

Results for commit d7959c3. ± Comparison against earlier commit e314efd.

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.