Skip to content

Commit

Permalink
Revert, test failing
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Oct 7, 2024
1 parent c4b22fc commit 982d626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/pkg/agent/application/apm_config_modifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ func TestInjectAPMConfig(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if true {
t.Fatalf("testing the BK annotations")
}
got, err := InjectAPMConfig(tt.args.comps, tt.args.cfg)
if !tt.wantErr(t, err, fmt.Sprintf("InjectAPMConfig(%v, %v)", tt.args.comps, tt.args.cfg)) {
return
Expand Down

0 comments on commit 982d626

Please sign in to comment.