Skip to content

Commit

Permalink
chore: for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 26, 2020
1 parent 3a701bd commit 2ec9d4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ projects:
#- "generator"
#- "heartbeat"
#- "journalbeat"
- "libbeat"
#- "metricbeat"
#- "libbeat"
- "metricbeat"
#- "packetbeat"
#- "winlogbeat"
#- "x-pack/auditbeat"
Expand Down
1 change: 1 addition & 0 deletions metricbeat/module/windows/service/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestGetMachineGUID(t *testing.T) {
}

func TestRead(t *testing.T) {
t.Fatal("for testing the flaky test reporting for an existing flaky test")
reader, err := NewReader()
assert.NoError(t, err)
result, err := reader.Read()
Expand Down
1 change: 1 addition & 0 deletions metricbeat/module/windows/service/service_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
)

func TestGetServiceStates(t *testing.T) {
t.Fatal("for testing the flaky test reporting for an existing flaky test")
handle, err := openSCManager("", "", ScManagerEnumerateService|ScManagerConnect)
assert.NoError(t, err)
assert.NotEqual(t, handle, InvalidDatabaseHandle)
Expand Down

0 comments on commit 2ec9d4a

Please sign in to comment.