We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e30365 commit 4292cacCopy full SHA for 4292cac
spec/mongo/server/app_metadata/environment_spec.rb
@@ -84,12 +84,6 @@ def without_kubernetes
84
end
85
86
87
- shared_examples_for 'running under Kubernetes' do
88
- it 'detects that kubernetes is present' do
89
- expect(env.container['orchestrator']).to be == 'kubernetes'
90
- end
91
92
-
93
context 'when run outside of a FaaS environment' do
94
it_behaves_like 'running outside a FaaS environment'
95
0 commit comments