Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5228c99

Browse files
authoredFeb 21, 2024··
Merge branch 'main' into benchmarks
2 parents 0aeedde + 9305d2f commit 5228c99

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)
Please sign in to comment.