Disable `lazy_load_test`

This commit is contained in:
Ben Croker 2025-01-08 12:35:04 -06:00
parent 953df608fe
commit 753412539d
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestExampleLazyLoad(t *testing.T) {
func DisabledTestExampleLazyLoad(t *testing.T) {
setupPageTest(t, "examples/lazy_load", func(runner runnerFn) {
runner("observe lazy load", func(t *testing.T, page *rod.Page) {
selector := "#lazy_load"