Skip to content

Commit 92a5b63

Browse files
authored
test(storage): run emulated test only against emulator (googleapis#11485)
1 parent 48022ac commit 92a5b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/trace_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func TestTraceStorageTraceStartEndSpan(t *testing.T) {
7878
}
7979

8080
func TestTraceSpansMultiEmulated(t *testing.T) {
81+
checkEmulatorEnvironment(t)
8182
ctx := skipJSONReads(context.Background(), "no reads in test")
8283
// To only test storage library layer instrumentation,
8384
// we disable transport layer traces for testing purposes.

0 commit comments

Comments
 (0)