We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed232b commit 79dde45Copy full SHA for 79dde45
internal/pkg/bulk/bulk_integration_test.go
@@ -32,7 +32,7 @@ func TestBulkCreate(t *testing.T) {
32
Index string
33
ID string
34
Err error
35
- AltErr error // Hack until https://elasticco.atlassian.net/browse/ES-9711 is resolved
+ AltErr error // FIXME: workaround until https://elasticco.atlassian.net/browse/ES-9711 is resolved
36
}{
37
{
38
Name: "Empty Id",
0 commit comments