Skip to content

Commit

Permalink
RSDK-1666 remove flaky MergePoints tests for now (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney authored Feb 11, 2023
1 parent be8ead5 commit b0f2963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pointcloud/merging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"go.viam.com/rdk/spatialmath"
)

//nolint:unused
func makeThreeCloudsWithOffsets(t *testing.T) []CloudAndOffsetFunc {
t.Helper()
pc1 := NewWithPrealloc(1)
Expand Down Expand Up @@ -113,6 +114,7 @@ func TestApplyOffset(t *testing.T) {
}

func TestMergePoints1(t *testing.T) {
t.Skip("remove skip once RSDK-1200 improvement is complete")
logger := golog.NewTestLogger(t)
clouds := makeClouds(t)
cloudsWithOffset := make([]CloudAndOffsetFunc, 0, len(clouds))
Expand All @@ -130,6 +132,7 @@ func TestMergePoints1(t *testing.T) {
}

func TestMergePoints2(t *testing.T) {
t.Skip("remove skip once RSDK-1200 improvement is complete")
logger := golog.NewTestLogger(t)
clouds := makeThreeCloudsWithOffsets(t)
pc, err := MergePointClouds(context.Background(), clouds, logger)
Expand Down

0 comments on commit b0f2963

Please sign in to comment.