Skip to content

Commit ea9d49d

Browse files
Merge branch 'main' into add-backport-next-8.14.0
2 parents 57d5b4f + 9305d2f commit ea9d49d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev-tools/integration/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If you use change this version without a pinned one, please update
22
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3-
ELASTICSEARCH_VERSION=8.13.0-edaa0fd0-SNAPSHOT
3+
ELASTICSEARCH_VERSION=8.14.0-8dc05a81-SNAPSHOT
44
ELASTICSEARCH_USERNAME=elastic
55
ELASTICSEARCH_PASSWORD=changeme
66
TEST_ELASTICSEARCH_HOSTS=localhost:9200

internal/pkg/api/server_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ func Test_server_ClientCert(t *testing.T) {
295295
})
296296

297297
t.Run("valid client certs no certs requested", func(t *testing.T) {
298+
t.Skip("test is flakey see fleet-server/issue/3266")
298299
ctx, cancel := context.WithCancel(context.Background())
299300
defer cancel()
300301
ctx = testlog.SetLogger(t).WithContext(ctx)

0 commit comments

Comments
 (0)