Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 3b1390f

Browse files
author
Chris Wiechmann
committed
Execute only the failing test
1 parent 862bb32 commit 3b1390f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apibuilder4elastic/test/trafficMonitorAPI/asAdmin/http/test_search_endpoint_AsAdmin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ describe('Endpoints', function () {
281281
expect(body.data[0].subject).to.equals('Chris-Test');
282282
});
283283
});
284-
it('[Endpoint-0010B] should return one entry with localport 8080 and a part of the original subject ID', () => {
284+
it.only('[Endpoint-0010B] should return one entry with localport 8080 and a part of the original subject ID', () => {
285285
return requestAsync({
286286
method: 'GET',
287287
uri: `http://localhost:${server.apibuilder.port}/api/elk/v1/api/router/service/instance-1/ops/search?field=localPort&value=8080&field=subject&value=Chris`,

env-sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ LOGSTASH_HOSTS=logstash:5044
243243
# Defaults to Logstash 1
244244
# LOGSTASH_NODE_NAME=Logstash 2
245245

246-
247246
# ----------------------------------------------------------------------------------------------
248247
# Define JVM-Heap size for Logstash. Both values should be the same and not more than 6GB.
249248
# Defaults to -Xmx1g -Xms1g

0 commit comments

Comments
 (0)