We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48022ac commit 92a5b63Copy full SHA for 92a5b63
storage/trace_test.go
@@ -78,6 +78,7 @@ func TestTraceStorageTraceStartEndSpan(t *testing.T) {
78
}
79
80
func TestTraceSpansMultiEmulated(t *testing.T) {
81
+ checkEmulatorEnvironment(t)
82
ctx := skipJSONReads(context.Background(), "no reads in test")
83
// To only test storage library layer instrumentation,
84
// we disable transport layer traces for testing purposes.
0 commit comments