Skip to content

Commit

Permalink
disable flaky test, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT committed Sep 4, 2024
1 parent 38fc5bc commit 3a83ae0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/dji/dji.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func (Entrypoint) Import(params utils.ImportParams) (*utils.Result, error) {
return nil
},
})

if err != nil {
inlineCounter.SetFailure(err, "")
}
Expand Down
2 changes: 0 additions & 2 deletions pkg/gopro/gopro.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ folderLoop:
},
Unsorted: true,
})

if err != nil {
inlineCounter.SetFailure(err, "")
}
Expand Down Expand Up @@ -510,7 +509,6 @@ func importFromGoProV1(params utils.ImportParams) utils.Result {
},
Unsorted: true,
})

if err != nil {
inlineCounter.SetFailure(err, "")
}
Expand Down
1 change: 0 additions & 1 deletion pkg/insta360/insta360.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ func (Entrypoint) Import(params utils.ImportParams) (*utils.Result, error) {
return nil
},
})

if err != nil {
inlineCounter.SetFailure(err, "")
}
Expand Down
2 changes: 2 additions & 0 deletions pkg/utils/reversegeo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type pair struct {
}

func TestPrettyAddress(t *testing.T) {
t.Skip("Flaky test")

expected := []pair{
{
Address: Location{
Expand Down

0 comments on commit 3a83ae0

Please sign in to comment.