Skip to content

Commit

Permalink
temp disable flaky tests (#15595)
Browse files Browse the repository at this point in the history
* temp disable flaky test

* update skip method
  • Loading branch information
ettec authored Dec 12, 2024
1 parent 385798d commit 5083d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/capabilities/remote/executable/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
)

func Test_Client_DonTopologies(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CAPPL-363")
ctx := testutils.Context(t)

transmissionSchedule, err := values.NewMap(map[string]any{
Expand Down Expand Up @@ -87,6 +88,7 @@ func Test_Client_DonTopologies(t *testing.T) {
}

func Test_Client_TransmissionSchedules(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CAPPL-363")
ctx := testutils.Context(t)

responseTest := func(t *testing.T, response commoncap.CapabilityResponse, responseError error) {
Expand Down

0 comments on commit 5083d47

Please sign in to comment.