Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Feb 27, 2024
1 parent f05d5be commit 74c1aad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions api/v1beta1/cryostat_conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ func tableEntries() []TableEntry {
(*test.TestResources).NewCryostatWithBuiltInPortConfigDisabled),
Entry("JMX cache options", (*test.TestResources).NewCryostatWithJmxCacheOptionsSpecV1Beta1,
(*test.TestResources).NewCryostatWithJmxCacheOptionsSpec),
Entry("WS connections", (*test.TestResources).NewCryostatWithWsConnectionsSpecV1Beta1,
(*test.TestResources).NewCryostatWithWsConnectionsSpec),
Entry("subprocess heap", (*test.TestResources).NewCryostatWithReportSubprocessHeapSpecV1Beta1,
(*test.TestResources).NewCryostatWithReportSubprocessHeapSpec),
Entry("security", (*test.TestResources).NewCryostatWithSecurityOptionsV1Beta1,
Expand Down
9 changes: 0 additions & 9 deletions internal/test/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1572,15 +1572,6 @@ func (r *TestResources) NewGrafanaEnvFromSource() []corev1.EnvFromSource {
}
}

func (r *TestResources) NewWsConnectionsEnv() []corev1.EnvVar {
return []corev1.EnvVar{
{
Name: "CRYOSTAT_MAX_WS_CONNECTIONS",
Value: "10",
},
}
}

func (r *TestResources) NewReportSubprocessHeapEnv() []corev1.EnvVar {
return []corev1.EnvVar{
{
Expand Down

0 comments on commit 74c1aad

Please sign in to comment.