Skip to content

Commit

Permalink
chore: skip local unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
saitofun committed Jun 26, 2024
1 parent ff5680d commit c051703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/modules/event/event_device_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestDeviceDataUnmarshal(t *testing.T) {
t.Skip("need postgres dependency")
// t.Skip("need postgres dependency")
r := require.New(t)

v, ok := event.NewEvent("device/+/data").(*event.DeviceData)
Expand Down

0 comments on commit c051703

Please sign in to comment.