We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57d5b4f + 9305d2f commit ea9d49dCopy full SHA for ea9d49d
dev-tools/integration/.env
@@ -1,6 +1,6 @@
1
# If you use change this version without a pinned one, please update
2
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3
-ELASTICSEARCH_VERSION=8.13.0-edaa0fd0-SNAPSHOT
+ELASTICSEARCH_VERSION=8.14.0-8dc05a81-SNAPSHOT
4
ELASTICSEARCH_USERNAME=elastic
5
ELASTICSEARCH_PASSWORD=changeme
6
TEST_ELASTICSEARCH_HOSTS=localhost:9200
internal/pkg/api/server_test.go
@@ -295,6 +295,7 @@ func Test_server_ClientCert(t *testing.T) {
295
})
296
297
t.Run("valid client certs no certs requested", func(t *testing.T) {
298
+ t.Skip("test is flakey see fleet-server/issue/3266")
299
ctx, cancel := context.WithCancel(context.Background())
300
defer cancel()
301
ctx = testlog.SetLogger(t).WithContext(ctx)
0 commit comments