Skip to content

Commit f2ef05c

Browse files
committed
dont run e2e on unit tests
1 parent e20badc commit f2ef05c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/e2e/da_client_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ev2e
2+
13
package e2e
24

35
import (

test/e2e/da_posting_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build e2e
2+
13
package e2e
24

35
import (

0 commit comments

Comments
 (0)