Discover projects
News Post

Pinpointing Skylight Leaks with Smoke Testing at Pacific Point

Commercial

When water infiltration becomes a mystery, smoke testing delivers answers.

Ramos Industries was called in to perform a skylight smoke test at Pacific Point in Gardena, CA, after ongoing water leaks continued to puzzle the building’s management team. Despite multiple inspections, the source of the leaks remained unclear. That’s when our team stepped in with a controlled, visual testing method to reveal the exact failure points.

We conducted the smoke test on two existing skylights. Using a specialized non-toxic smoke system, we were able to demonstrate in real time where air (and potentially water) was bypassing the glazing seals — giving the client clear visual proof of where the leaks originated.

One of the key challenges during this project was accessing the skylight interior. The only path to reach the test area was through the building’s main entrance, which required careful maneuvering to get the scissor lift through tight clearances.

This test was more than just diagnostic — it was a turning point in helping the building team plan the next phase of remediation with confidence.

Watch the test in action below:

document.addEventListener('DOMContentLoaded', function () { const lightboxLinks = document.querySelectorAll('.lightbox'); const overlay = document.createElement('div'); overlay.classList.add('lightbox-overlay'); document.body.appendChild(overlay); lightboxLinks.forEach(link => { link.addEventListener('click', function (e) { e.preventDefault(); const imgSrc = this.getAttribute('href'); const imgElement = document.createElement('img'); imgElement.src = imgSrc; overlay.innerHTML = ''; overlay.appendChild(imgElement); overlay.style.display = 'flex'; }); }); overlay.addEventListener('click', function () { this.style.display = 'none'; }); });