This is an automated email from the ASF dual-hosted git repository.
enapps-enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 0b372d5 SLING-13201 Enable StreamedUploadTest
testStreamedUploadWithJavaxPart (#48)
0b372d5 is described below
commit 0b372d55cc060485532dcb0aff980f3e73ba7e5a
Author: Eric Norman <[email protected]>
AuthorDate: Thu May 14 12:40:51 2026 -0700
SLING-13201 Enable StreamedUploadTest testStreamedUploadWithJavaxPart (#48)
---
.../starter/webapp/integrationtest/servlets/StreamedUploadTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/src/main/java/org/apache/sling/starter/webapp/integrationtest/servlets/StreamedUploadTest.java
b/src/main/java/org/apache/sling/starter/webapp/integrationtest/servlets/StreamedUploadTest.java
index c728317..dfb153f 100644
---
a/src/main/java/org/apache/sling/starter/webapp/integrationtest/servlets/StreamedUploadTest.java
+++
b/src/main/java/org/apache/sling/starter/webapp/integrationtest/servlets/StreamedUploadTest.java
@@ -37,10 +37,6 @@ public class StreamedUploadTest extends HttpTestBase {
private static final String STREAM_MODE = "stream";
public void testStreamedUploadWithJavaxPart() throws IOException {
- // enable once SLING-13083 is fixed
- if (true) {
- return;
- }
final String url = HTTP_BASE_URL + SERVLET_PATH;
// Create a test file to upload