File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
libbeat/outputs/elasticsearch Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ // This file was contributed to by generative AI
19+
1820//go:build !integration
1921
2022package elasticsearch
@@ -71,7 +73,6 @@ func TestBulkReadToItems(t *testing.T) {
7173 }
7274}
7375
74- // TODO ADD TEST
7576func TestBulkReadItemStatus (t * testing.T ) {
7677 response := []byte (`{"create": {"status": 200}}` )
7778 logger := logptest .NewTestingLogger (t , "" )
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ // This file was contributed to by generative AI
19+
1820//go:build integration
1921
2022package elasticsearch
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ // This file was contributed to by generative AI
19+
1820//go:build !integration
1921
2022package elasticsearch
You can’t perform that action at this time.
0 commit comments